CH LAB-Order (R4)
2.0.0 - ci-build Switzerland flag

CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 2.0.0 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

: Health Insurance Card Simone Studer - 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 "HealthInsuranceCardSimoneStuder"] ; # 
  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 HealthInsuranceCardSimoneStuder</b></p><a name=\"HealthInsuranceCardSimoneStuder\"> </a><a name=\"hcHealthInsuranceCardSimoneStuder\"> </a><a name=\"HealthInsuranceCardSimoneStuder-en-US\"> </a><p><b>identifier</b>: Insurance Card Number/B123456780</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 KVG}\">According to KVG</span></p><p><b>subscriber</b>: <a href=\"Patient-SimoneStuder.html\">Simone Studer (official) Female, DoB: 1992-01-08 ( Medical record number)</a></p><p><b>beneficiary</b>: <a href=\"Patient-SimoneStuder.html\">Simone Studer (official) Female, DoB: 1992-01-08 ( Medical record number)</a></p><p><b>period</b>: ?? --&gt; 2024-12-31</p><p><b>payor</b>: Identifier: <code>http://ehic.com/insurer</code>/123444449</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 "B123456780" ]
  ] ) ; # 
  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 "KVG" ] ;
fhir:display [ fhir:v "According to KVG" ]     ] )
  ] ; # 
  fhir:subscriber [
fhir:reference [ fhir:v "Patient/SimoneStuder" ]
  ] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/SimoneStuder" ]
  ] ; # 
  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 "123444449" ]     ]
  ] ) . #