FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ImagingSelection/example-multiframe-image-selection (Turtle)

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

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

Multiframe Image Selection

@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:ImagingSelection ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-multiframe-image-selection"] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:1.2.840.113747.20080222.307765875869300980245024554221747.2.1" ]
  ] ) ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:code [
     fhir:text [ fhir:v "Key Frames" ]
  ] ; # 
  fhir:subject [
     fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
     fhir:identifier [
       fhir:system [ fhir:v "https://fhirhospital.org"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "MNSOIISABIDCHRCY" ]
     ]
  ] ; # 
  fhir:basedOn ( [
     fhir:reference [ fhir:v "Appointment/2docs" ]
  ] ) ; # 
  fhir:derivedFrom [
     fhir:type [ fhir:v "ImagingStudy"^^xsd:anyURI ] ;
     fhir:identifier [
       fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "urn:oid:1.2.840.113747.20080222.307765875889350980245024554221747" ]
     ]
  ] ; # 
  fhir:studyUid [ fhir:v "1.2.840.113747.20080222.307765875869300489345024554221747"] ; # 
  fhir:seriesUid [ fhir:v "1.2.840.113747.20080222.307765875869300489245024554221747.1"] ; # 
  fhir:frameOfReferenceUid [ fhir:v "1.2.840.113747.20080222.307765875869350980245024554221747.0"] ; # 
  fhir:bodySite ( [
     fhir:concept [
       fhir:coding ( [
         a sct:67734004 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; #   Added body site to support duplicate checking example  
         fhir:code [ fhir:v "67734004" ] ;
         fhir:display [ fhir:v "Upper Trunk Structure" ]
       ] )
     ]
  ] ) ; # 
  fhir:instance ( [
     fhir:uid [ fhir:v "1.2.840.113747.20080222.307765875869300489355024554221747.1.0" ] ;
     fhir:sopClass [ fhir:v "urn:oid:1.2.840.10008.5.1.4.1.1.2.1"^^xsd:anyURI ] ;
     fhir:subset ( [ fhir:v "1" ] [ fhir:v "2" ] [ fhir:v "3" ] [ fhir:v "4" ] )
  ] )] . # 

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


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.