CH EMS (R4)
2.1.0-ci-build - ci-build Switzerland flag

CH EMS (R4), published by IVR Interverband für Rettungswesen. This guide is not an authorized publication; it is the continuous build for version 2.1.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-ems/ and changes regularly. See the Directory of published versions

: 2 Einsatz - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "2-Einsatz"] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-ems/CodeSystem/IVR"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MN" ] ;
fhir:display [ fhir:v "Mission number" ]       ] ) ;
fhir:text [ fhir:v "Einsatznummer" ]     ] ;
fhir:system [ fhir:v "http://example.com"^^xsd:anyURI ] ;
fhir:value [ fhir:v "S12345678" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EMER" ] ;
fhir:display [ fhir:v "emergency" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/2-PatientUnbekannt" ]
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/2-AufbietendeOrganisation" ]
  ] ) ; # 
  fhir:participant ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-teamrole"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:133932002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "133932002" ] ;
fhir:display [ fhir:v "Caregiver (person)" ]         ] ) ;
fhir:text [ fhir:v "Betreuer" ]       ]     ] ) ;
fhir:individual [
fhir:reference [ fhir:v "Practitioner/1-TeamMemberPetraMuster" ]     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-teamrole"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:133932002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "133932002" ] ;
fhir:display [ fhir:v "Caregiver (person)" ]         ] ) ;
fhir:text [ fhir:v "Betreuer" ]       ]     ] ) ;
fhir:individual [
fhir:reference [ fhir:v "Practitioner/1-TeamMemberHansTransportsanitaeter" ]     ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2016-12-10"^^xsd:date ]
  ] ; # 
  fhir:hospitalization [
fhir:destination [
fhir:reference [ fhir:v "Location/1-Zielort" ]     ]
  ] ; # 
  fhir:location ( [
fhir:location [
fhir:reference [ fhir:v "Location/2-Einsatzort" ]     ]
  ] ) . #