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-Anspruch-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-Anspruch-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 ecard-Anspruch-example</b></p><a name=\"ecard-Anspruch-example\"> </a><a name=\"hcecard-Anspruch-example\"> </a><a name=\"ecard-Anspruch-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 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>: A</p><p><b>name</b>: Vertragsbediensteter</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>: 07</p><p><b>name</b>: Kriegshinterbliebene</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 "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 "A" ] ] ;
fhir:name [ fhir:v "Vertragsbediensteter" ]
] [
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 "07" ] ] ;
fhir:name [ fhir:v "Kriegshinterbliebene" ]
] ) . #