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

This page is part of the Manifest-based Access to DICOM Objects (MADO) (v1.0.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Requested Procedure Example with Placer and Filler - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="MadoRequestedProcedureExample"/>
  <meta>
    <profile
             value="https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoRequestedProcedure"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest MadoRequestedProcedureExample</b></p><a name="MadoRequestedProcedureExample"> </a><a name="hcMadoRequestedProcedureExample"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-MadoRequestedProcedure.html">MADO Requested Procedure</a></p></div><p><b>identifier</b>: Accession Id/1731954284869428, Placer Identifier/PLAC-2024-0098, Filler Identifier/FILL-2024-0442</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 77477000}">Computed tomography</span></p><p><b>subject</b>: <a href="Patient-ExamplePatient.html">Pietje Puk  Male, DoB Unknown ( Medical Record number: PID_666 (use: official, ))</a></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="ACSN"/>
        <display value="Accession Id"/>
      </coding>
      <coding>
        <system value="http://dicom.nema.org/resources/ontology/DCM"/>
        <code value="121022"/>
        <display value="Accession Number"/>
      </coding>
    </type>
    <system value="http://example.org/fhir/ris-ids"/>
    <value value="1731954284869428"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PLAC"/>
        <display value="Placer Identifier"/>
      </coding>
    </type>
    <system value="http://example.org/fhir/placer-ids"/>
    <value value="PLAC-2024-0098"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="FILL"/>
        <display value="Filler Identifier"/>
      </coding>
    </type>
    <system value="http://example.org/fhir/filler-ids"/>
    <value value="FILL-2024-0442"/>
  </identifier>
  <status value="completed"/>
  <intent value="order"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="77477000"/>
      <display value="Computed tomography"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/ExamplePatient"/>
  </subject>
</ServiceRequest>