FHIR Implementation Guide for NDHM CI Build v2.0
banner

NDHM (R4), Published and maintained by NRCeS for NHA.
This version is based on the NDHM Health Data Interchange Specifications 1.0 and updated periodically.

XML Format: ImagingStudy-example-01

Download Raw xml


<ImagingStudy xmlns="http://hl7.org/fhir">
  <id value="example-01"/>
  <meta>
    <profile
             value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImagingStudy"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">HEAD and NECK CT DICOM imaging study</div>
  </text>
  <identifier>
    <system value="https://xyz.in/DCMServer"/>
    <value value="7897"/>
  </identifier>
  <status value="available"/>
  <subject>
    <reference value="Patient/1"/>
  </subject>
  <interpreter>
    <reference value="Practitioner/1"/>
  </interpreter>
  <numberOfSeries value="1"/>
  <numberOfInstances value="1"/>
  <series>
    <uid value="2.16.124.113543.6003.2588828330.45298.17418.2723805630"/>
    <number value="1"/>
    <modality>
      <system value="http://snomed.info/sct"/>
      <code value="429858000"/>
      <display value="CT of head and neck"/>
    </modality>
    <description value="CT Surview 180"/>
    <numberOfInstances value="1"/>
    <bodySite>
      <system value="http://snomed.info/sct"/>
      <code value="774007"/>
      <display value="Structure of head and/or neck"/>
    </bodySite>
    <instance>
      <uid value="2.16.124.113543.6003.189642796.63084.16748.2599092903"/>
      <sopClass>
        <system value="urn:ietf:rfc:3986"/>
        <code value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/>
      </sopClass>
      <number value="1"/>
      <title value="CT of head and neck"/>
    </instance>
  </series>
</ImagingStudy>