This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
Imaging Integration Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Patient |
Example XR imaging study with full elements (id = "example-xr")
<ImagingStudy xmlns="http://hl7.org/fhir"> <id value="example-xr"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">XR Wrist 3+ Views. John Smith (MRN: 09236). Accession: W12342398. Performed: 2017-01-01. 1 series, 2 images.</div> </text> <uid value="urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430046"/> <accession> <use value="usual"/> <type> <coding> <system value="http://hl7.org/fhir/v2/0203"/> <code value="ACSN"/> </coding> </type> <value value="W12342398"/> <assigner> <reference value="Organization/dicom-organization"/> </assigner> </accession> <identifier> <use value="secondary"/> <value value="55551234"/> <assigner> <reference value="Organization/dicom-organization"/> </assigner> </identifier> <availability value="ONLINE"/> <modalityList> <system value="http://dicom.nema.org/resources/ontology/DCM"/> <code value="DX"/> </modalityList> <patient> <reference value="Patient/dicom"/> </patient> <context> <reference value="Encounter/example"/> </context> <started value="2017-01-01T11:01:20+03:00"/> <basedOn> <reference value="ProcedureRequest/example"/> </basedOn> <referrer> <reference value="Practitioner/example"/> </referrer> <interpreter> <reference value="Practitioner/example"/> </interpreter> <endpoint> <reference value="Endpoint/example-wadors"/> </endpoint> <numberOfSeries value="1"/> <numberOfInstances value="2"/> <procedureReference> <reference value="Procedure/example"/> </procedureReference> <procedureCode> <coding> <system value="http://www.radlex.org"/> <code value="RPID2589"/> <display value="XR Wrist 3+ Views"/> </coding> <text value="XR Wrist 3+ Views"/> </procedureCode> <reason> <coding> <system value="http://snomed.info/sct"/> <code value="357009"/> <display value="Closed fracture of trapezoidal bone of wrist"/> </coding> </reason> <description value="XR Wrist 3+ Views"/> <series> <uid value="urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045.1"/> <number value="3"/> <modality> <system value="http://dicom.nema.org/resources/ontology/DCM"/> <code value="DX"/> </modality> <description value="XR Wrist 3+ Views"/> <numberOfInstances value="2"/> <availability value="ONLINE"/> <endpoint> <reference value="Endpoint/example-wadors"/> </endpoint> <bodySite> <!-- Added body site to support duplicate checking example --> <system value="http://snomed.info/sct"/> <code value="T-15460"/> <display value="Wrist Joint"/> </bodySite> <laterality> <system value="http://snomed.info/sct"/> <code value="419161000"/> <display value="Unilateral left"/> </laterality> <started value="2011-01-01T11:01:20+03:00"/> <performer> <reference value="Practitioner/example"/> </performer> <instance> <uid value="urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045.1.1"/> <number value="1"/> <sopClass value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/> <title value="PA VIEW"/> </instance> <instance> <uid value="urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045.1.2"/> <number value="2"/> <sopClass value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/> <title value="LL VIEW"/> </instance> </series> </ImagingStudy>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.