Manifest-based Access to DICOM Objects (MADO)
0.1.0 - trial-use International flag

Manifest-based Access to DICOM Objects (MADO), published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.MADO/ and changes regularly. See the Directory of published versions

: Example patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="pat-mrn-1538098370"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient pat-mrn-1538098370</b></p><a name="pat-mrn-1538098370"> </a><a name="hcpat-mrn-1538098370"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Pietje Puk  Male, DoB Unknown ( Medical Record number: PID_666 (use: usual, ))</p><hr/></div>
  </text>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical Record number"/>
      </coding>
    </type>
    <system value="http://example.org/hospital/mrn"/>
    <value value="PID_666"/>
  </identifier>
  <name>
    <family value="Puk"/>
    <given value="Pietje"/>
  </name>
  <gender value="male"/>
</Patient>