FHIR Implementation Guide for ABDM
3.1.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions

: ImagingStudy/example-01 - XML Representation

Raw xml | Download



<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/example-01"/>
  </subject>
  <interpreter>
    <reference value="Practitioner/example-01"/>
  </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>