CH EPREG (R4)
1.0.0-ci-build - ci-build Switzerland flag

CH EPREG (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 1.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-epreg/ and changes regularly. See the Directory of published versions

: UC 1: Supplementary Insurance - 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 "UC1-SupplementaryInsurance"] ; # 
  fhir:language [ fhir:v "de-CH"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"de-CH\" lang=\"de-CH\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage UC1-SupplementaryInsurance</b></p><a name=\"UC1-SupplementaryInsurance\"> </a><a name=\"hcUC1-SupplementaryInsurance\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: de-CH</p></div><p><b>identifier</b>: Member Number/555555555</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-core/CodeSystem/mainguarantor ZV}\">Zusatzversicherung</span></p><p><b>beneficiary</b>: <a href=\"Patient-UC1-KatrinKinderlieb.html\">Frau Katrin Kinderlieb Female, DoB: 1986-01-18 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756015090002647590)</a></p><p><b>payor</b>: <a href=\"#hcUC1-SupplementaryInsurance/Helsana\">Organization Helsana</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Organization #Helsana</b></p><a name=\"UC1-SupplementaryInsurance/Helsana\"> </a><a name=\"hcUC1-SupplementaryInsurance/Helsana\"> </a><p><b>name</b>: Helsana</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:contained ( [
a fhir:Organization ;
fhir:id [ fhir:v "Helsana" ] ;
fhir:name [ fhir:v "Helsana" ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MB" ] ;
fhir:display [ fhir:v "Member Number" ]       ] )     ] ;
fhir:system [ fhir:v "http://example.com/identifiers/insurance-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "555555555" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/mainguarantor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ZV" ] ;
fhir:display [ fhir:v "Zusatzversicherung" ]     ] )
  ] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/UC1-KatrinKinderlieb" ]
  ] ; # 
  fhir:payor ( [
fhir:reference [ fhir:v "#Helsana" ]
  ] ) . #