CH RAD-Order (R4)
2.0.0-ci-build - ci-build Switzerland flag

CH RAD-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-rad-order/ and changes regularly. 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 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 "CompositionRadiologyOrder"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-composition"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-composition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div>Radiology Order</div></div>"
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "enterer"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "PractitionerRole/DAtaentererHappyDoctors" ]       ]     ] ) ;
fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-receiver"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "PractitionerRole/RadiologyDepartmentHappyHospital" ]     ]
  ] [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-copyreceiver"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Patient/SUffererCopyReceiver" ]     ]
  ] ) ; # 
  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: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:code [ fhir:v "721963009" ] ;
fhir:display [ fhir:v "Order (record artifact)" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/SUfferer" ]
  ] ; # 
  fhir:date [ fhir:v "2019-04-01T20:18:41.341+00:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "PractitionerRole/ORderplacerHappyDoctors" ]
  ] ) ; # 
  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:code [ fhir:v "93037-0" ] ;
fhir:display [ fhir:v "Portable medical order form" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Questionnaire/QuestionnaireRadiologyOrder" ]     ] [
fhir:reference [ fhir:v "QuestionnaireResponse/QuestionnaireResponseRadiologyOrder" ]     ] [
fhir:reference [ fhir:v "ServiceRequest/ServiceRequestRadiologyOrder" ]     ] )
  ] ) . #