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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeBundle
IdBundle-example-transaction-response.json
FHIR VersionR5

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": "example-transaction-response",
  "language": "en",
  "type": "transaction-response",
  "entry": [
    {
      "response": {
        "status": "201 Created",
        "location": "EpisodeOfCare/UZCoreEpisodeOfCare-Example/_history/1",
        "lastModified": "2026-02-24T10:00:00Z"
      }
    },
    {
      "response": {
        "status": "201 Created",
        "location": "Encounter/example-encounter/_history/1",
        "lastModified": "2026-02-24T10:00:00Z"
      }
    },
    {
      "response": {
        "status": "201 Created",
        "location": "Observation/blood-pressure-example/_history/1",
        "lastModified": "2026-02-24T10:00:00Z"
      }
    },
    {
      "response": {
        "status": "201 Created",
        "location": "Observation/body-weight-example/_history/1",
        "lastModified": "2026-02-24T10:00:00Z"
      }
    },
    {
      "response": {
        "status": "201 Created",
        "location": "Observation/body-temperature-example/_history/1",
        "lastModified": "2026-02-24T10:00:00Z"
      }
    }
  ]
}