German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Abrechnungskonto ZE — GKV primary, ZZV secondary - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Account/ExampleAccountZe> a fhir:Account ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleAccountZe"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Account ExampleAccountZe</b></p><a name=\"ExampleAccountZe\"> </a><a name=\"hcExampleAccountZe\"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode PBILLACCT}\">patient billing account</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><blockquote><p><b>coverage</b></p><p><b>coverage</b>: <a href=\"Coverage-ExampleCoverageGkvZe.html\">Coverage: extension = Nordrhein (KBV_CS_SFHIR_ITA_WOP#38); identifier = Gesetzliche Krankenversicherung; status = active; type = gesetzliche Krankenversicherung</a></p><p><b>priority</b>: 1</p></blockquote><blockquote><p><b>coverage</b></p><p><b>coverage</b>: <a href=\"Coverage-ExampleCoverageZzvZe.html\">Coverage: status = active; type = private Krankenversicherung</a></p><p><b>priority</b>: 2</p></blockquote></div>"
] ;
fhir:Account.status [ fhir:value "active"] ;
fhir:Account.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "PBILLACCT" ] ;
fhir:Coding.display [ fhir:value "patient billing account" ]
]
] ;
fhir:Account.subject [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
] ;
fhir:Account.coverage [
fhir:index 0 ;
fhir:Account.coverage.coverage [
fhir:link <http://hl7.org/fhir/Coverage/ExampleCoverageGkvZe> ;
fhir:Reference.reference [ fhir:value "Coverage/ExampleCoverageGkvZe" ]
] ;
fhir:Account.coverage.priority [ fhir:value "1"^^xsd:positiveInteger ]
], [
fhir:index 1 ;
fhir:Account.coverage.coverage [
fhir:link <http://hl7.org/fhir/Coverage/ExampleCoverageZzvZe> ;
fhir:Reference.reference [ fhir:value "Coverage/ExampleCoverageZzvZe" ]
] ;
fhir:Account.coverage.priority [ fhir:value "2"^^xsd:positiveInteger ]
] .
<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .
<http://hl7.org/fhir/Coverage/ExampleCoverageGkvZe> a fhir:Coverage .
<http://hl7.org/fhir/Coverage/ExampleCoverageZzvZe> a fhir:Coverage .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Account/ExampleAccountZe.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Account/ExampleAccountZe.ttl> .