German Practice Management FHIR Profiles (R4)
0.90.0 - STU1
Germany
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
@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/Consent/ExampleEinwilligung> a fhir:Consent ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleEinwilligung"] ;
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: Consent ExampleEinwilligung</b></p><a name=\"ExampleEinwilligung\"> </a><a name=\"hcExampleEinwilligung\"> </a><h2>Participants</h2><table class=\"grid\"><tr><td><b>Role</b></td><td><b>Details</b></td></tr><tr><td title=\"Who the consent applies to\">Patient</td><td><a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></td></tr></table><p>This consent is made under the regulation <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode OPTIN}\">opt-in</span> .</p><p>The subject has given their consent.</p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/einwilligung-kuerzel" ] ;
fhir:Extension.valueString [ fhir:value "DMP-DM2" ]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/einwilligung-zielgruppe" ] ;
fhir:Extension.valueString [ fhir:value "Patienten mit gesichertem Diabetes mellitus Typ 2" ]
], [
fhir:index 2 ;
fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/einwilligung-gueltigkeitsdauer" ] ;
fhir:Extension.valueDuration [
fhir:Quantity.value [ fhir:value "12"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mo" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mo" ]
]
], [
fhir:index 3 ;
fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/einwilligung-widerruf-moeglich" ] ;
fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
], [
fhir:index 4 ;
fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/einwilligung-auswahl" ] ;
fhir:Extension.valueString [ fhir:value "Ja" ]
], [
fhir:index 5 ;
fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/einwilligung-schein-nummer" ] ;
fhir:Extension.valueString [ fhir:value "S-2019-0642" ]
] ;
fhir:Consent.status [ fhir:value "active"] ;
fhir:Consent.scope [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/consentscope" ] ;
fhir:Coding.code [ fhir:value "patient-privacy" ]
]
] ;
fhir:Consent.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "IDSCL" ]
]
] ;
fhir:Consent.patient [
fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
] ;
fhir:Consent.dateTime [ fhir:value "2019-06-15"^^xsd:date] ;
fhir:Consent.policyRule [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "OPTIN" ]
]
] .
<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Consent/ExampleEinwilligung.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Consent/ExampleEinwilligung.ttl> .
IG © 2026+ cognovis GmbH. Package de.cognovis.fhir.praxis#0.90.0 based on FHIR 4.0.1. Generated 2026-07-29
Links: Table of Contents |
QA Report