FHIR Implementation Guide for ABDM
6.0.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<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>