FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageihe.iti.pmir
Resource TypeBundle
IdBundle-ex-bundle-history-delete.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "ex-bundle-history-delete",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Bundle.History"
    ]
  },
  "type": "history",
  "entry": [
    {
      "fullUrl": "https://example.org/FHIR/Patient/ex-patient-delete",
      "request": {
        "method": "DELETE",
        "url": "Patient/ex-patient-delete"
      },
      "response": {
        "status": "202"
      }
    }
  ]
}