@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-mvz> a fhir:CareTeam ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-care-team-mvz"] ;
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-mvz</b></p><a name=\"example-care-team-mvz\"> </a><a name=\"hcexample-care-team-mvz\"> </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}\">LA27975-4</span></p><p><b>name</b>: Behandlungsteam MVZ Musterstadt</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 zahnarzt}\">Zahnarzt</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 arzt}\">Arzt</span></p><p><b>member</b>: <a href=\"Practitioner-example-practitioner.html\">Dr. Klein</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle zfa}\">ZFA</span></p><p><b>member</b>: <a href=\"Practitioner-example-practitioner.html\">Frau Bauer</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\">Herr Lang</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle physiotherapeut}\">Physiotherapeut</span></p><p><b>member</b>: <a href=\"Practitioner-example-practitioner.html\">Frau Richter</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle wb-assistent}\">WB-Assistent</span></p><p><b>member</b>: <a href=\"Practitioner-example-practitioner.html\">Herr Fischer</a></p></blockquote><p><b>managingOrganization</b>: <a href=\"Organization-example-organization.html\">Organization Hausarztpraxis Dr. Schoell — Gibitzenhof</a></p></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:CareTeam.name [ fhir:value "Behandlungsteam MVZ Musterstadt"] ;
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 "zahnarzt" ] ;
fhir:Coding.display [ fhir:value "Zahnarzt" ]
]
] ;
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 "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:Reference.display [ fhir:value "Dr. Klein" ]
]
], [
fhir:index 2 ;
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 "zfa" ] ;
fhir:Coding.display [ fhir:value "ZFA" ]
]
] ;
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 "Frau Bauer" ]
]
], [
fhir:index 3 ;
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 "Herr Lang" ]
]
], [
fhir:index 4 ;
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 "physiotherapeut" ] ;
fhir:Coding.display [ fhir:value "Physiotherapeut" ]
]
] ;
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 "Frau Richter" ]
]
], [
fhir:index 5 ;
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 "wb-assistent" ] ;
fhir:Coding.display [ fhir:value "WB-Assistent" ]
]
] ;
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 "Herr Fischer" ]
]
] ;
fhir:CareTeam.managingOrganization [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Organization/example-organization> ;
fhir:Reference.reference [ fhir:value "Organization/example-organization" ]
] .
<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/example-practitioner> a fhir:Practitioner .
<http://hl7.org/fhir/Organization/example-organization> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CareTeam/example-care-team-mvz.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CareTeam/example-care-team-mvz.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