CH eTOC (R4)
3.0.1 - trial-use Switzerland flag

This page is part of the CH eTOC (R4) (v3.0.1: STU 3) 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

: ServiceRequest Medical Referral - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ServiceRequestEtoc"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-servicerequest"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-servicerequest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ServiceRequestEtoc</b></p><a name=\"ServiceRequestEtoc\"> </a><a name=\"hcServiceRequestEtoc\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-etoc-servicerequest.html\">CH eTOC Service Request</a></p></div><p><b>CH ORF Location and Time</b>: <a href=\"Appointment-AppointmentHospitalStay.html\">Appointment: status = proposed; patientInstruction = Wunschtermin der Patientin; requestedPeriod = 2019-04-01 15:00:00+0000 --&gt; 2019-04-01 15:30:00+0000</a></p><p><b>identifier</b>: Placer Identifier/12345</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:\">Abklärung akuter Thoraxschmerzen</span></p><p><b>subject</b>: <a href=\"Patient-SUfferer.html\">Susanna Ufferer (official) Female, DoB: 1970-03-14</a></p><p><b>requester</b>: <a href=\"PractitionerRole-ORderplacerHappyDoctors.html\">PractitionerRole</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">Verdacht auf Vorderwandinfarkt</span></p><p><b>reasonReference</b>: <a href=\"Condition-PrimaryDiagnosis.html\">Condition </a></p><p><b>insurance</b>: <a href=\"Coverage-CoverageKVG.html\">Coverage: identifier = Insurance Card Number; status = active; type = Krankenversicherung (obligat.)</a></p><p><b>supportingInfo</b>: </p><ul><li><a href=\"Observation-BodyHeight.html\">Observation Body height</a></li><li><a href=\"Observation-BodyWeight.html\">Observation Body weight</a></li><li><a href=\"Condition-SecondaryDiagnosis1.html\">Condition </a></li><li><a href=\"Condition-SecondaryDiagnosis2.html\">Condition </a></li><li><a href=\"DocumentReference-DocumentReferenceAttachment.html\">DocumentReference: status = current; description = Befund Thorax-Rx vom 1.2.23; Example of Attachment Attachment</a></li></ul><p><b>note</b>: </p><blockquote><div><p>Patient ist sehr ängstlich</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-locationandtime"^^xsd:anyURI ;
fhir:l <http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-locationandtime>     ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Appointment/AppointmentHospitalStay ;
fhir:reference [ fhir:v "Appointment/AppointmentHospitalStay" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "PLAC" ]       ] )     ] ;
fhir:system [
fhir:v "urn:oid:1.3.4.5.6.7"^^xsd:anyURI ;
fhir:l <urn:oid:1.3.4.5.6.7>     ] ;
fhir:value [ fhir:v "12345" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
fhir:text [ fhir:v "Abklärung akuter Thoraxschmerzen" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/SUfferer ;
fhir:reference [ fhir:v "Patient/SUfferer" ]
  ] ; # 
  fhir:requester [
fhir:l fhir:PractitionerRole/ORderplacerHappyDoctors ;
fhir:reference [ fhir:v "PractitionerRole/ORderplacerHappyDoctors" ]
  ] ; # 
  fhir:reasonCode ( [
fhir:text [ fhir:v "Verdacht auf Vorderwandinfarkt" ]
  ] ) ; # 
  fhir:reasonReference ( [
fhir:l fhir:Condition/PrimaryDiagnosis ;
fhir:reference [ fhir:v "Condition/PrimaryDiagnosis" ]
  ] ) ; # 
  fhir:insurance ( [
fhir:l fhir:Coverage/CoverageKVG ;
fhir:reference [ fhir:v "Coverage/CoverageKVG" ]
  ] ) ; # 
  fhir:supportingInfo ( [
fhir:l fhir:Observation/BodyHeight ;
fhir:reference [ fhir:v "Observation/BodyHeight" ]
  ] [
fhir:l fhir:Observation/BodyWeight ;
fhir:reference [ fhir:v "Observation/BodyWeight" ]
  ] [
fhir:l fhir:Condition/SecondaryDiagnosis1 ;
fhir:reference [ fhir:v "Condition/SecondaryDiagnosis1" ]
  ] [
fhir:l fhir:Condition/SecondaryDiagnosis2 ;
fhir:reference [ fhir:v "Condition/SecondaryDiagnosis2" ]
  ] [
fhir:l fhir:DocumentReference/DocumentReferenceAttachment ;
fhir:reference [ fhir:v "DocumentReference/DocumentReferenceAttachment" ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Patient ist sehr ängstlich" ]
  ] ) . #