Integrated Reporting Applications
0.1.1 - ci-build International flag

Integrated Reporting Applications, published by IHE Radiology Technical Committee. This is not an authorized publication; it is the continuous build for version 0.1.1). This version is based on the current content of https://github.com/IHE/RAD.RTC-IMR/ and changes regularly. See the Directory of published versions

: ImagingStudy Context example - XML Representation

Raw xml | Download



<ImagingStudy xmlns="http://hl7.org/fhir">
  <id value="example-ImagingStudyContext"/>
  <meta>
    <profile
             value="https://profiles.ihe.net/RAD/IRA/StructureDefinition/imagingstudycontext"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ImagingStudy</b><a name="example-ImagingStudyContext"> </a></p><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">Resource ImagingStudy &quot;example-ImagingStudyContext&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-imagingstudycontext.html">ImagingStudy Context</a></p></div><p><b>identifier</b>: Study Instance UID: urn:oid:1.2.3.4.5, Accession ID: 12345</p><p><b>status</b>: available</p><p><b>subject</b>: <a href="Patient-example-PatientContext.html">Patient/example-PatientContext</a> &quot; SMITH&quot;</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://dicom.nema.org/resources/ontology/DCM"/>
        <code value="110180"/>
        <display value="Study Instance UID"/>
      </coding>
    </type>
    <system value="urn:dicom:uid"/>
    <value value="urn:oid:1.2.3.4.5"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="ACSN"/>
        <display value="Accession ID"/>
      </coding>
    </type>
    <system value="http://www.acme.com/identifiers/accession"/>
    <value value="12345"/>
  </identifier>
  <status value="available"/>
  <subject>
    <reference value="Patient/example-PatientContext"/>
  </subject>
</ImagingStudy>