eCard-at FHIR ImplementationGuide
0.1.0 - ci-build

eCard-at FHIR ImplementationGuide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: e-card-Versichertenart-example - 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 "e-card-Versichertenart-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.hl7.at/eCard-at/StructureDefinition/ecard-anspruch-profile"^^xsd:anyURI ;
fhir:link <http://fhir.hl7.at/eCard-at/StructureDefinition/ecard-anspruch-profile>     ] )
  ] ; # 
  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 e-card-Versichertenart-example</b></p><a name=\"e-card-Versichertenart-example\"> </a><a name=\"hce-card-Versichertenart-example\"> </a><a name=\"e-card-Versichertenart-example-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.40.0.10.1.4.3.9.1</code>/R8V9S9GTRECP</p><p><b>status</b>: Draft</p><p><b>kind</b>: Insurance</p><p><b>type</b>: <span title=\"Codes:{http://svc.co.at/CodeSystem/ecard-anspruchsart-cs S2}\">Sachleistungsb.: VU&amp;MKP für Nichtversicherte</span></p><p><b>beneficiary</b>: <a href=\"Patient-sascha-mustermann.html\">Sascha Mustermann (official) Male, DoB: 1975-07-19 ( Social Security Number: 4593190775 (use: official, ))</a></p><p><b>insurer</b>: <a href=\"Organization-krankenkasse-oegk.html\">Organization Österreichische Gesundheitskasse</a></p><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class plan}\">Plan</span></p><p><b>value</b>: C</p><p><b>name</b>: Gewerbetreibender</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-class group}\">Group</span></p><p><b>value</b>: 29</p><p><b>name</b>: Fremdstaaten</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.40.0.10.1.4.3.9.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "R8V9S9GTRECP" ]
  ] ) ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "insurance"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://svc.co.at/CodeSystem/ecard-anspruchsart-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "S2" ] ;
fhir:display [ fhir:v "Sachleistungsb.: VU&MKP für Nichtversicherte" ]     ] )
  ] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/sascha-mustermann" ]
  ] ; # 
  fhir:insurer [
fhir:reference [ fhir:v "Organization/krankenkasse-oegk" ]
  ] ; # 
  fhir:class ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "plan" ]       ] )     ] ;
fhir:value [
fhir:value [ fhir:v "C" ]     ] ;
fhir:name [ fhir:v "Gewerbetreibender" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "group" ]       ] )     ] ;
fhir:value [
fhir:value [ fhir:v "29" ]     ] ;
fhir:name [ fhir:v "Fremdstaaten" ]
  ] ) . #