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

This page is part of the CH eTOC (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

: ServiceRequest Medical Referral - TTL Representation

Raw ttl | Download


@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 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:link <http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-servicerequest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"ServiceRequestEtoc\"> </a></p><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\">Resource ServiceRequest &quot;ServiceRequestEtoc&quot; </p><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/AppointmentHospitalStay</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>: Abklärung akuter Thoraxschmerzen <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <a href=\"Patient-SUfferer.html\">Patient/SUfferer</a> &quot; UFFERER&quot;</p><p><b>requester</b>: <a href=\"PractitionerRole-ORderplacerHappyDoctors.html\">PractitionerRole/ORderplacerHappyDoctors</a></p><p><b>reasonCode</b>: Verdacht auf Vorderwandinfarkt <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>reasonReference</b>: <a href=\"Condition-PrimaryDiagnosis.html\">Condition/PrimaryDiagnosis</a></p><p><b>insurance</b>: <a href=\"Coverage-CoverageKVG.html\">Coverage/CoverageKVG</a></p><p><b>supportingInfo</b>: </p><ul><li><a href=\"Observation-BodyHeight.html\">Observation/BodyHeight</a></li><li><a href=\"Observation-BodyWeight.html\">Observation/BodyWeight</a></li><li><a href=\"Condition-SecondaryDiagnosis1.html\">Condition/SecondaryDiagnosis1</a></li><li><a href=\"Condition-SecondaryDiagnosis2.html\">Condition/SecondaryDiagnosis2</a></li></ul><p><b>note</b>: Patient ist sehr ängstlich</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-locationandtime"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
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:code [ fhir:v "PLAC" ]       ] )     ] ;
fhir:system [ fhir:v "urn:oid:1.3.4.5.6.7"^^xsd:anyURI ] ;
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:reference [ fhir:v "Patient/SUfferer" ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/ORderplacerHappyDoctors" ]
  ] ; # 
  fhir:reasonCode ( [
fhir:text [ fhir:v "Verdacht auf Vorderwandinfarkt" ]
  ] ) ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/PrimaryDiagnosis" ]
  ] ) ; # 
  fhir:insurance ( [
fhir:reference [ fhir:v "Coverage/CoverageKVG" ]
  ] ) ; # 
  fhir:supportingInfo ( [
fhir:reference [ fhir:v "Observation/BodyHeight" ]
  ] [
fhir:reference [ fhir:v "Observation/BodyWeight" ]
  ] [
fhir:reference [ fhir:v "Condition/SecondaryDiagnosis1" ]
  ] [
fhir:reference [ fhir:v "Condition/SecondaryDiagnosis2" ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Patient ist sehr ängstlich" ]
  ] ) . #