eCard-at FHIR ImplementationGuide
0.1.0 - ci-build
eCard-at FHIR ImplementationGuide - Local Development build (v0.1.0). See the Directory of published versions
@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 "e-card-Versichertenkategorie-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><b>Generated Narrative: Coverage</b><a name=\"e-card-Versichertenkategorie-example\"> </a></p><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\">Resource Coverage "e-card-Versichertenkategorie-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ecard-anspruch-profile.html\">ecardAnspruch Profile</a></p></div><p><b>status</b>: draft</p><p><b>type</b>: Sachleistungsb. gem. §122 abs. 3a ASVG <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ecard-anspruchsart-cs.html\">e-card Anspruchsart Codesystem</a>#S1)</span></p><p><b>beneficiary</b>: <a href=\"Patient-sascha-mustermann.html\">Patient/sascha-mustermann</a> " MUSTERMANN"</p><p><b>payor</b>: <a href=\"krankenkasse-ögk\">krankenkasse-ögk</a></p><blockquote><p><b>class</b></p><p><b>type</b>: Plan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-coverage-class.html\">Coverage Class Codes</a>#plan)</span></p><p><b>value</b>: D</p><p><b>name</b>: Neue Selbstständige</p></blockquote><blockquote><p><b>class</b></p><p><b>type</b>: Group <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-coverage-class.html\">Coverage Class Codes</a>#group)</span></p><p><b>value</b>: 01</p><p><b>name</b>: Erwerbstätige, Arbeitslose, Selbstversicherte, Zivildiener, Asylanten, Fluechtlinge, Mindestsicherungsbezieher</p></blockquote></div>"
] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://svc.co.at/CodeSystem/ecard-anspruchsart-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "S1" ] ;
fhir:display [ fhir:v "Sachleistungsb. gem. §122 abs. 3a ASVG" ] ] )
] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/sascha-mustermann" ]
] ; #
fhir:payor ( [
fhir:reference [ fhir:v "krankenkasse-ögk" ]
] ) ; #
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:v "D" ] ;
fhir:name [ fhir:v "Neue Selbstständige" ]
] [
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:v "01" ] ;
fhir:name [ fhir:v "Erwerbstätige, Arbeitslose, Selbstversicherte, Zivildiener, Asylanten, Fluechtlinge, Mindestsicherungsbezieher" ]
] ) . #
IG © 2023+ HL7 Austria. Package eCard-at#0.1.0 based on FHIR 4.0.1. Generated 2023-09-06
Links: Table of Contents |
QA Report