CH RAD-Order (R4)
2.0.1 - trial-use Switzerland flag

This page is part of the CH RAD-Order (R4) (v2.0.1: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Composition Radiology Order - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CompositionRadiologyOrderImagingRequest"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-composition"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-composition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div>Radiology Order</div></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [
fhir:v "enterer"^^xsd:anyURI ;
fhir:l fhir:enterer       ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:PractitionerRole/RoleDAtaenterer ;
fhir:reference [ fhir:v "PractitionerRole/RoleDAtaenterer" ]       ]     ] ) ;
fhir:url [
fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer>     ]
  ] [
fhir:url [
fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-receiver"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-receiver>     ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:PractitionerRole/RoleORderfiller ;
fhir:reference [ fhir:v "PractitionerRole/RoleORderfiller" ]     ]
  ] [
fhir:url [
fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-copyreceiver"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-copyreceiver>     ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Patient/PatSUfferer ;
fhir:reference [ fhir:v "Patient/PatSUfferer" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [
fhir:v "urn:oid:2.16.756.5.30.1.127.3.4"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.756.5.30.1.127.3.4>       ] ;
fhir:code [ fhir:v "2161000195103" ] ;
fhir:display [ fhir:v "Imaging order (record artifact)" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:721963009 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "721963009" ] ;
fhir:display [ fhir:v "Order (record artifact)" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:l fhir:Patient/PatSUfferer ;
fhir:reference [ fhir:v "Patient/PatSUfferer" ]
  ] ; # 
  fhir:date [ fhir:v "2019-04-01T20:18:41.341+00:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:l fhir:PractitionerRole/RoleORderplacer ;
fhir:reference [ fhir:v "PractitionerRole/RoleORderplacer" ]
  ] ) ; # 
  fhir:title [ fhir:v "Radiologieauftrag"] ; # 
  fhir:section ( [
fhir:title [ fhir:v "Order-Referral" ] ;
fhir:code [
      ( fhir:coding [
a loinc:93037-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "93037-0" ] ;
fhir:display [ fhir:v "Portable medical order form" ]       ] )     ] ;
    ( fhir:entry [
fhir:l fhir:Questionnaire/QuestionnaireRadiologyOrder ;
fhir:reference [ fhir:v "Questionnaire/QuestionnaireRadiologyOrder" ]     ] [
fhir:l fhir:QuestionnaireResponse/QuestionnaireResponseRadiologyOrderImagingRequest ;
fhir:reference [ fhir:v "QuestionnaireResponse/QuestionnaireResponseRadiologyOrderImagingRequest" ]     ] [
fhir:l fhir:ServiceRequest/ServiceRequestRadiologyOrder ;
fhir:reference [ fhir:v "ServiceRequest/ServiceRequestRadiologyOrder" ]     ] )
  ] ) . #