Patient Master Identity Registry (PMIR)
1.5.0 - Trial-Implementation
This page is part of the IHE Patient Master Identity Registry (PMIR) (v1.5.0: Trial Implementation) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Bundle",
"id" : "ex-bundle-history-delete",
"meta" : {
"profile" : [
"https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Bundle.History"
]
},
"type" : "history",
"entry" : [
{
"fullUrl" : "Patient/ex-patient-delete",
"request" : {
"method" : "DELETE",
"url" : "Patient/ex-patient-delete"
},
"response" : {
"status" : "202"
}
}
]
}