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

: ecard-rezeptgebbefreit-example - TTL Representation

Raw ttl | Download


@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 "ecard-rezeptgebbefreit-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><b>Generated Narrative: Coverage</b><a name=\"ecard-rezeptgebbefreit-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 &quot;ecard-rezeptgebbefreit-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ecard-anspruch-profile.html\">ecardAnspruch Profile</a></p></div><p><b>Rezeptgebührenbefreit laut Versicherungsanspruch</b>: false</p><p><b>status</b>: draft</p><p><b>type</b>: geldleistungsberechtigt <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ecard-anspruchsart-cs.html\">e-card Anspruchsart Codesystem</a>#G)</span></p><p><b>beneficiary</b>: <a href=\"Patient-sascha-mustermann.html\">Patient/sascha-mustermann</a> &quot; MUSTERMANN&quot;</p><p><b>payor</b>: <a href=\"Organization-krankenkasse-oegk.html\">Organization/krankenkasse-oegk</a> &quot;Österreichische Gesundheitskasse&quot;</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>: A</p><p><b>name</b>: Vertragsbediensteter</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>: 21</p><p><b>name</b>: Zugeteilte nach KOVG, HVG</p></blockquote></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://fhir.hl7.at/eCard-at/StructureDefinition/ecard-anspruch-rezeptgebbefreit"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
  ] ) ; # 
  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 "G" ] ;
fhir:display [ fhir:v "geldleistungsberechtigt" ]     ] )
  ] ; # 
  fhir:beneficiary [
fhir:reference [ fhir:v "Patient/sascha-mustermann" ]
  ] ; # 
  fhir:payor ( [
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: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:v "21" ] ;
fhir:name [ fhir:v "Zugeteilte nach KOVG, HVG" ]
  ] ) . #