XML View
<ImagingStudy xmlns="http://hl7.org/fhir">
<id value="UKCore-ImagingStudy-CTChestScan-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="available" />
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<started value="2023-01-24T09:01:20+00:00" />
<numberOfSeries value="1" />
<numberOfInstances value="1" />
<series>
<uid value="2.16.124.113543.6003.2588828330.45298.17418.2723805630" />
<number value="3" />
<modality>
<system value="http://dicom.nema.org/resources/ontology/DCM" />
<code value="CT" />
</modality>
<description value="CT Surview 180" />
<numberOfInstances value="1" />
<bodySite>
<system value="http://snomed.info/sct" />
<code value="67734004" />
<display value="Thoracic segment of trunk" />
</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" />
</instance>
</series>
</ImagingStudy>
JSON View
{
"resourceType": "ImagingStudy",
"id": "UKCore-ImagingStudy-CTChestScan-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "available",
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"started": "2023-01-24T09:01:20+00:00",
"numberOfSeries": 1,
"numberOfInstances": 1,
"series": [
{
"uid": "2.16.124.113543.6003.2588828330.45298.17418.2723805630",
"number": 3,
"modality": {
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "CT"
},
"description": "CT Surview 180",
"numberOfInstances": 1,
"bodySite": {
"system": "http://snomed.info/sct",
"code": "67734004",
"display": "Thoracic segment of trunk"
},
"instance": [
{
"uid": "2.16.124.113543.6003.189642796.63084.16748.2599092903",
"sopClass": {
"system": "urn:ietf:rfc:3986",
"code": "urn:oid:1.2.840.10008.5.1.4.1.1.2"
},
"number": 1
}
]
}
]
}