This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 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 
Example of imagingobjectselection
@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 xs: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir//ImagingObjectSelection/example> a fhir:ImagingObjectSelection;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "example"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ]
];
fhir:ImagingObjectSelection.uid [ fhir:value "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092901"];
fhir:ImagingObjectSelection.patient [
fhir:reference <http://hl7.org/fhir/Patient/dicom>;
fhir:Reference.reference [ fhir:value "Patient/dicom" ]
];
fhir:ImagingObjectSelection.authoringTime [ fhir:value "2014-11-20T11:01:20-08:00"^^xs:dateTime];
fhir:ImagingObjectSelection.title [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://nema.org/dicom/dicm" ];
fhir:Coding.code [ fhir:value "113030" ];
fhir:Coding.display [ fhir:value "Manifest" ] ];
fhir:CodeableConcept.text [ fhir:value "A set of objects that have been exported for sharing" ]
];
fhir:ImagingObjectSelection.description [ fhir:value "1 SC image (screen snapshot) and 2 CT images to share a chest CT exam"];
fhir:ImagingObjectSelection.study [
fhir:index 0;
fhir:ImagingObjectSelection.study.uid [ fhir:value "urn:oid:2.16.124.113543.6003.189642796.63084.16749.2599092904" ];
fhir:ImagingObjectSelection.study.series [
fhir:index 0;
fhir:ImagingObjectSelection.study.series.uid [ fhir:value "urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092901" ];
fhir:ImagingObjectSelection.study.series.instance [
fhir:index 0;
fhir:ImagingObjectSelection.study.series.instance.sopClass [ fhir:value "urn:oid:1.2.840.10008.5.1.4.1.1.7" ];
fhir:ImagingObjectSelection.study.series.instance.uid [ fhir:value "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092902" ];
fhir:ImagingObjectSelection.study.series.instance.url [ fhir:value "http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16749.2599092904" ] ] ];
fhir:ImagingObjectSelection.study.series [
fhir:index 1;
fhir:ImagingObjectSelection.study.series.uid [ fhir:value "urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092902" ];
fhir:ImagingObjectSelection.study.series.instance [
fhir:index 0;
fhir:ImagingObjectSelection.study.series.instance.sopClass [ fhir:value "urn:oid:1.2.840.10008.5.1.4.1.1.2" ];
fhir:ImagingObjectSelection.study.series.instance.uid [ fhir:value "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903" ];
fhir:ImagingObjectSelection.study.series.instance.url [ fhir:value "http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16748.2599092903" ] ];
fhir:ImagingObjectSelection.study.series.instance [
fhir:index 1;
fhir:ImagingObjectSelection.study.series.instance.sopClass [ fhir:value "urn:oid:1.2.840.10008.5.1.4.1.1.2" ];
fhir:ImagingObjectSelection.study.series.instance.uid [ fhir:value "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092904" ];
fhir:ImagingObjectSelection.study.series.instance.url [ fhir:value "http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16750.2599092902" ] ] ]
].
# -------------------------------------------------------------------------------------
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.