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

: 1 Coverage Thomas Müller - 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:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "1-CoverageThomasMueller"] ; # 
  fhir:contained ( [
a fhir:Organization ;
fhir:id [ fhir:v "kpt" ] ;
fhir:name [ fhir:v "KPT" ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.1.1.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "80756003760012390001" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/1-ThomasMueller" ]
  ] ; # 
  fhir:payor ( [
fhir:reference [ fhir:v "#kpt" ]
  ] ) . #