@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/EpisodeOfCare/ExampleProgramEnrollmentHzvActive> a fhir:EpisodeOfCare ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleProgramEnrollmentHzvActive"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-program-enrollment" ;
fhir:index 0 ;
fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/praxis-program-enrollment>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare ExampleProgramEnrollmentHzvActive</b></p><a name=\"ExampleProgramEnrollmentHzvActive\"> </a><a name=\"hcExampleProgramEnrollmentHzvActive\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-praxis-program-enrollment.html\">Praxis Program Enrollment</a></p></div><p><b>HVG Datum Beantragt</b>: 2023-12-15</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/hvg-vertragsart hzv}\">Primary care contract</span></p><p><b>patient</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>period</b>: 2024-01-01 --> (ongoing)</p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/hvg-datum-beantragt" ] ;
fhir:Extension.valueDate [ fhir:value "2023-12-15"^^xsd:date ]
] ;
fhir:EpisodeOfCare.status [ fhir:value "active"] ;
fhir:EpisodeOfCare.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/hvg-vertragsart" ] ;
fhir:Coding.code [ fhir:value "hzv" ]
]
] ;
fhir:EpisodeOfCare.patient [
fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
] ;
fhir:EpisodeOfCare.period [
fhir:Period.start [ fhir:value "2024-01-01"^^xsd:date ]
] .
<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/EpisodeOfCare/ExampleProgramEnrollmentHzvActive.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/EpisodeOfCare/ExampleProgramEnrollmentHzvActive.ttl> .
IG © 2026+ cognovis GmbH. Paket de.cognovis.fhir.praxis#0.101.6 basierend auf FHIR 4.0.1. Generiert 2026-09-11
Links: Table of Contents |
QA Report