@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/Flag/ExampleHzvFlag> a fhir:Flag ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleHzvFlag"] ;
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: Flag ExampleHzvFlag</b></p><a name=\"ExampleHzvFlag\"> </a><a name=\"hcExampleHzvFlag\"> </a><p><b>HZV-Teilnahmestatus</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/hzv-participation eingeschrieben}\">Eingeschrieben</span></p><p><b>HZV Einschreibedatum</b>: 2019-07-01</p><p><b>HZV Abmeldedatum</b>: 2030-12-31</p><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/flag-category admin}\">Administrative</span></p><p><b>code</b>: <span title=\"Codes:\">HZV-Teilnahme aktiv</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>period</b>: 2019-07-01 --> (ongoing)</p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/hzv-participation" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/hzv-participation" ] ;
fhir:Coding.code [ fhir:value "eingeschrieben" ] ;
fhir:Coding.display [ fhir:value "Eingeschrieben" ]
]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/hzv-einschreibedatum" ] ;
fhir:Extension.valueDate [ fhir:value "2019-07-01"^^xsd:date ]
], [
fhir:index 2 ;
fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/hzv-abmeldedatum" ] ;
fhir:Extension.valueDate [ fhir:value "2030-12-31"^^xsd:date ]
] ;
fhir:Flag.status [ fhir:value "active"] ;
fhir:Flag.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/flag-category" ] ;
fhir:Coding.code [ fhir:value "admin" ]
]
] ;
fhir:Flag.code [
fhir:CodeableConcept.text [ fhir:value "HZV-Teilnahme aktiv" ]
] ;
fhir:Flag.subject [
fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
] ;
fhir:Flag.period [
fhir:Period.start [ fhir:value "2019-07-01"^^xsd:date ]
] .
<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Flag/ExampleHzvFlag.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Flag/ExampleHzvFlag.ttl> .
IG © 2026+ cognovis GmbH. Paket de.cognovis.fhir.praxis#0.99.1 basierend auf FHIR 4.0.1. Generiert 2026-08-22
Links: Table of Contents |
QA Report