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

: ecard-kostenanteilbefreit-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 "ecard-kostenanteilbefreit-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 "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage ecard-kostenanteilbefreit-example</b></p><a name=\"ecard-kostenanteilbefreit-example\"> </a><a name=\"hcecard-kostenanteilbefreit-example\"> </a><a name=\"ecard-kostenanteilbefreit-example-en-US\"> </a><p><b>Kostenanteilbefreit laut Versicherungsanspruch</b>: true</p><p><b>identifier</b>: 4593190775</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 S}\">sachleistungsberechtigt</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>: B</p><p><b>name</b>: Beamter</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>: 24</p><p><b>name</b>: Zugeteilte nach VOG</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://fhir.hl7.at/eCard-at/StructureDefinition/ecard-anspruch-kostenanteilbefreit"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v "true"^^xsd:boolean     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "4593190775" ]
  ] ) ; # 
  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 "S" ] ;
fhir:display [ fhir:v "sachleistungsberechtigt" ]     ] )
  ] ; # 
  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 "B" ]     ] ;
fhir:name [ fhir:v "Beamter" ]
  ] [
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 "24" ]     ] ;
fhir:name [ fhir:v "Zugeteilte nach VOG" ]
  ] ) . #