Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). 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

Example ImagingStudy/example-xr (Turtle)

Imaging Integration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient

Raw Turtle (+ also see Turtle/RDF Format Specification)

Example XR imaging study with full elements

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

[a fhir:ImagingStudy;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-xr"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">XR Wrist 3+ Views. John Smith (MRN: 09236). Accession: W12342398. Performed: 2017-01-01.\n       1 series, 2 images.</div>"
  ];
  fhir:ImagingStudy.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.system [ fhir:value "urn:dicom:uid" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430046" ]
  ], [
     fhir:index 1;
     fhir:Identifier.use [ fhir:value "secondary" ];
     fhir:Identifier.value [ fhir:value "55551234" ];
     fhir:Identifier.assigner [
       fhir:Reference.reference [ fhir:value "Organization/dicom-organization" ]
     ]
  ];
  fhir:ImagingStudy.status [ fhir:value "available"];
  fhir:ImagingStudy.modality [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ];
       fhir:Coding.code [ fhir:value "DX" ]
     ]
  ];
  fhir:ImagingStudy.subject [
     fhir:Reference.reference [ fhir:value "Patient/dicom" ]
  ];
  fhir:ImagingStudy.encounter [
     fhir:Reference.reference [ fhir:value "Encounter/example" ]
  ];
  fhir:ImagingStudy.started [ fhir:value "2017-01-01T11:01:20+03:00"^^xsd:dateTime];
  fhir:ImagingStudy.basedOn [
     fhir:index 0;
     fhir:Reference.type [ fhir:value "ServiceRequest" ];
     fhir:Reference.identifier [
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
           fhir:Coding.code [ fhir:value "ACSN" ]
         ]
       ];
       fhir:Identifier.value [ fhir:value "W12342398" ];
       fhir:Identifier.assigner [
         fhir:Reference.reference [ fhir:value "Organization/dicom-organization" ]
       ]
     ]
  ], [
     fhir:index 1;
     fhir:Reference.reference [ fhir:value "ServiceRequest/example" ]
  ];
  fhir:ImagingStudy.referrer [
     fhir:Reference.reference [ fhir:value "Practitioner/example" ]
  ];
  fhir:ImagingStudy.interpreter [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/example" ]
  ];
  fhir:ImagingStudy.endpoint [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Endpoint/example-wadors" ]
  ];
  fhir:ImagingStudy.numberOfSeries [ fhir:value "1"^^xsd:nonNegativeInteger];
  fhir:ImagingStudy.numberOfInstances [ fhir:value "2"^^xsd:nonNegativeInteger];
  fhir:ImagingStudy.procedure [
     fhir:index 0;
     fhir:CodeableReference.reference [
       fhir:Reference.reference [ fhir:value "Procedure/example" ]
     ]
  ], [
     fhir:index 1;
     fhir:CodeableReference.concept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://www.radlex.org" ];
         fhir:Coding.code [ fhir:value "RPID2589" ];
         fhir:Coding.display [ fhir:value "XR Wrist 3+ Views" ]
       ];
       fhir:CodeableConcept.text [ fhir:value "XR Wrist 3+ Views" ]
     ]
  ];
  fhir:ImagingStudy.reason [
     fhir:index 0;
     fhir:CodeableReference.concept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:357009;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "357009" ];
         fhir:Coding.display [ fhir:value "Closed fracture of trapezoidal bone of wrist" ]
       ]
     ]
  ];
  fhir:ImagingStudy.note [
     fhir:index 0;
     fhir:Annotation.text [ fhir:value "XR Wrist 3+ Views" ]
  ];
  fhir:ImagingStudy.series [
     fhir:index 0;
     fhir:ImagingStudy.series.uid [ fhir:value "2.16.124.113543.6003.1154777499.30246.19789.3503430045.1" ];
     fhir:ImagingStudy.series.number [ fhir:value "3"^^xsd:nonNegativeInteger ];
     fhir:ImagingStudy.series.modality [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ];
         fhir:Coding.code [ fhir:value "DX" ]
       ]
     ];
     fhir:ImagingStudy.series.description [ fhir:value "XR Wrist 3+ Views" ];
     fhir:ImagingStudy.series.numberOfInstances [ fhir:value "2"^^xsd:nonNegativeInteger ];
     fhir:ImagingStudy.series.endpoint [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Endpoint/example-wadors" ]
     ];
     fhir:ImagingStudy.series.bodySite [
       fhir:CodeableReference.concept [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           a sct:T-15460;
           fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
           fhir:Coding.code [ fhir:value "T-15460" ];
           fhir:Coding.display [ fhir:value "Wrist Joint" ]
         ]
       ]
     ];
     fhir:ImagingStudy.series.laterality [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:419161000;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "419161000" ];
         fhir:Coding.display [ fhir:value "Unilateral left" ]
       ]
     ];
     fhir:ImagingStudy.series.started [ fhir:value "2011-01-01T11:01:20+03:00"^^xsd:dateTime ];
     fhir:ImagingStudy.series.performer [
       fhir:index 0;
       fhir:ImagingStudy.series.performer.function [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ];
           fhir:Coding.code [ fhir:value "PRF" ]
         ]
       ];
       fhir:ImagingStudy.series.performer.actor [
         fhir:Reference.reference [ fhir:value "Practitioner/example" ]
       ]
     ];
     fhir:ImagingStudy.series.instance [
       fhir:index 0;
       fhir:ImagingStudy.series.instance.uid [ fhir:value "2.16.124.113543.6003.1154777499.30246.19789.3503430045.1.1" ];
       fhir:ImagingStudy.series.instance.sopClass [
         fhir:Coding.system [ fhir:value "urn:ietf:rfc:3986" ];
         fhir:Coding.code [ fhir:value "urn:oid:1.2.840.10008.5.1.4.1.1.2" ]
       ];
       fhir:ImagingStudy.series.instance.number [ fhir:value "1"^^xsd:nonNegativeInteger ];
       fhir:ImagingStudy.series.instance.title [ fhir:value "PA VIEW" ]
     ], [
       fhir:index 1;
       fhir:ImagingStudy.series.instance.uid [ fhir:value "2.16.124.113543.6003.1154777499.30246.19789.3503430045.1.2" ];
       fhir:ImagingStudy.series.instance.sopClass [
         fhir:Coding.system [ fhir:value "urn:ietf:rfc:3986" ];
         fhir:Coding.code [ fhir:value "urn:oid:1.2.840.10008.5.1.4.1.1.2" ]
       ];
       fhir:ImagingStudy.series.instance.number [ fhir:value "2"^^xsd:nonNegativeInteger ];
       fhir:ImagingStudy.series.instance.title [ fhir:value "LL VIEW" ]
     ]
  ]] .

# - ontology header ------------------------------------------------------------

[a owl:Ontology;
  owl:imports fhir:fhir.ttl] .

# -------------------------------------------------------------------------------------


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.