Mobile access to Health Documents (MHD)
4.2.2-current - ci-build International flag

Mobile access to Health Documents (MHD), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 4.2.2-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.MHD/ and changes regularly. See the Directory of published versions

: Response to fully populated Provide Document Bundle with one document with sourcePatientInfo - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "ex-response-unContainedComprehensiveProvideDocumentBundleCompt",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.ProvideDocumentBundleResponse"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "type" : "transaction-response",
  "link" : [
    {
      "relation" : "self",
      "url" : "http://example.com/fhir"
    }
  ],
  "entry" : [
    {
      "response" : {
        "status" : "201 Created",
        "location" : "List/501",
        "lastModified" : "2020-10-05T11:56:15.094+00:00"
      }
    },
    {
      "response" : {
        "status" : "201 Created",
        "location" : "DocumentReference/501",
        "lastModified" : "2020-10-05T11:56:15.096+00:00"
      }
    },
    {
      "response" : {
        "status" : "201 Created",
        "location" : "Binary/501",
        "lastModified" : "2020-10-05T11:56:15.097+00:00"
      }
    }
  ]
}