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 loinc: <http://loinc.org/rdf#> .
@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/CareTeam/example-care-team-small> a fhir:CareTeam ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-care-team-small"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/care-team-de" ;
fhir:index 0 ;
fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/care-team-de>
]
] ;
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: CareTeam example-care-team-small</b></p><a name=\"example-care-team-small\"> </a><a name=\"hcexample-care-team-small\"> </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-care-team-de.html\">CareTeam DE</a></p></div><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org LA27975-4}\">Event-focused care team</span></p><p><b>name</b>: Kleines Behandler-Team</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>: 2024-01-01 --> (ongoing)</p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle arzt}\">Arzt</span></p><p><b>member</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle mfa}\">MFA</span></p><p><b>member</b>: <a href=\"Practitioner-example-practitioner.html\">Sabine Huber</a></p></blockquote></div>"
] ;
fhir:CareTeam.status [ fhir:value "active"] ;
fhir:CareTeam.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:LA27975-4 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "LA27975-4" ] ;
fhir:Coding.display [ fhir:value "Event-focused care team" ]
]
] ;
fhir:CareTeam.name [ fhir:value "Kleines Behandler-Team"] ;
fhir:CareTeam.subject [
fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
] ;
fhir:CareTeam.period [
fhir:Period.start [ fhir:value "2024-01-01"^^xsd:date ]
] ;
fhir:CareTeam.participant [
fhir:index 0 ;
fhir:CareTeam.participant.role [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle" ] ;
fhir:Coding.code [ fhir:value "arzt" ] ;
fhir:Coding.display [ fhir:value "Arzt" ]
]
] ;
fhir:CareTeam.participant.member [
fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner> ;
fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner" ]
]
], [
fhir:index 1 ;
fhir:CareTeam.participant.role [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle" ] ;
fhir:Coding.code [ fhir:value "mfa" ] ;
fhir:Coding.display [ fhir:value "MFA" ]
]
] ;
fhir:CareTeam.participant.member [
fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner> ;
fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner" ] ;
fhir:Reference.display [ fhir:value "Sabine Huber" ]
]
] .
<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/example-practitioner> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CareTeam/example-care-team-small.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CareTeam/example-care-team-small.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