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
@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 "1-Einsatz"] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-valuablespatient"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-ems/CodeSystem/IVR"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1000127" ] ;
fhir:display [ fhir:v "wallet" ] ] ) ]
] [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-valuablespatient"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:74964007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "74964007" ] ;
fhir:display [ fhir:v "Other" ] ] ) ;
fhir:text [ fhir:v "Handy" ] ]
] [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-valuablespatient"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-ems/CodeSystem/IVR"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1000128" ] ;
fhir:display [ fhir:v "wrist watch" ] ] ) ]
] [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-valuablespatient"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:74964007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "74964007" ] ;
fhir:display [ fhir:v "Other" ] ] ) ;
fhir:text [ fhir:v "Schlüssel" ] ]
] [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-valuablespatient"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:74964007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "74964007" ] ;
fhir:display [ fhir:v "Other" ] ] ) ;
fhir:text [ fhir:v "Bargeld" ] ]
] ) ; #
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/1-ThomasMueller" ]
] ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/1-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: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:309343006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "309343006" ] ;
fhir:display [ fhir:v "Physician (occupation)" ] ] ) ;
fhir:text [ fhir:v "Ärztin / Arzt" ] ] ] ) ;
fhir:individual [
fhir:reference [ fhir:v "Practitioner/1-TeamMemberPierreUrgentiste" ] ]
] ) ; #
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/1-Einsatzort" ] ]
] ) . #
IG © 2020+ IVR Interverband für Rettungswesen. Package ch.fhir.ig.ch-ems#2.1.0-ci-build based on FHIR 4.0.1. Generated 2025-09-01
Links: Table of Contents |
QA Report
| Propose a change