CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.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-lab-order/ and changes regularly. See the Directory of published versions
: Covarage HealthInsuranceCard Beat Borer - 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:Coverage ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "HealthInsuranceCardBeatBorer"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage HealthInsuranceCardBeatBorer</b></p><a name=\"HealthInsuranceCardBeatBorer\"> </a><a name=\"hcHealthInsuranceCardBeatBorer\"> </a><a name=\"HealthInsuranceCardBeatBorer-en-US\"> </a><p><b>identifier</b>: Insurance Card Number/A123456780</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coveragetype UVG}\">According to UVG</span></p><p><b>subscriber</b>: <a href=\"Patient-BeatBorer.html\">Beat Borer Male, DoB: 1986-06-06 ( Medical record number)</a></p><p><b>beneficiary</b>: <a href=\"Patient-BeatBorer.html\">Beat Borer Male, DoB: 1986-06-06 ( Medical record number)</a></p><p><b>period</b>: ?? --> 2024-12-31</p><p><b>payor</b>: Identifier: <code>http://ehic.com/insurer</code>/123456789</p></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coverageidentifiertype"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VeKa" ] ] ) ] ;
fhir:system [ fhir:v "http://ehic.com/insurer/123456789/member"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A123456780" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coveragetype"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UVG" ] ;
fhir:display [ fhir:v "According to UVG" ] ] )
] ; #
fhir:subscriber [
fhir:reference [ fhir:v "Patient/BeatBorer" ]
] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/BeatBorer" ]
] ; #
fhir:period [
fhir:end [ fhir:v "2024-12-31"^^xsd:date ]
] ; #
fhir:payor ( [
fhir:identifier [
fhir:system [ fhir:v "http://ehic.com/insurer"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789" ] ]
] ) . #