Mobile access to Health Documents (MHD)
4.2.1 - Trial-Implementation International flag

This page is part of the IHE Mobile Access to Health Documents (v4.2.1: Publication) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Response to Provide Document Bundle with Minimal metadata of one document - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="ex-response-minimalProvideDocumentBundleSimple"/>
  <meta>
    <profile
             value="https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.ProvideDocumentBundleResponse"/>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
    </security>
  </meta>
  <type value="transaction-response"/>
  <link>
    <relation value="self"/>
    <url value="http://example.com/fhir"/>
  </link>
  <entry>
    <response>
      <status value="201 Created"/>
      <location value="List/1"/>
      <lastModified value="2020-10-02T11:56:15.094+00:00"/>
    </response>
  </entry>
  <entry>
    <response>
      <status value="201 Created"/>
      <location value="DocumentReference/1"/>
      <lastModified value="2020-10-02T11:56:15.095+00:00"/>
    </response>
  </entry>
  <entry>
    <response>
      <status value="201 Created"/>
      <location value="Binary/1"/>
      <lastModified value="2020-10-02T11:56:15.096+00:00"/>
    </response>
  </entry>
  <entry>
    <response>
      <status value="201 Created"/>
      <location value="Patient/2"/>
      <lastModified value="2020-10-02T11:56:15.097+00:00"/>
    </response>
  </entry>
</Bundle>