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

: Behandlungsteam Zahnarztpraxis Dr. Mueller - TTL Representation

Raw ttl | Download


@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> a fhir:CareTeam ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-care-team"] ;
  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</b></p><a name=\"example-care-team\"> </a><a name=\"hcexample-care-team\"> </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>: Behandlungsteam Zahnarztpraxis Dr. Mueller</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 --&gt; 2024-03-31</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><p><b>period</b>: 2024-01-01 --&gt; 2024-03-31</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 Schmidt</a></p><p><b>period</b>: 2024-01-01 --&gt; 2024-03-31</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 Weber</a></p><p><b>period</b>: 2024-01-01 --&gt; 2024-03-31</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:Coding.display [ fhir:value "Event-focused care team" ]
     ]
  ] ;
  fhir:CareTeam.name [ fhir:value "Behandlungsteam Zahnarztpraxis Dr. Mueller"] ;
  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:Period.end [ fhir:value "2024-03-31"^^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:CareTeam.participant.period [
       fhir:Period.start [ fhir:value "2024-01-01"^^xsd:date ] ;
       fhir:Period.end [ fhir:value "2024-03-31"^^xsd:date ]
     ]
  ], [
     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 "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 Schmidt" ]
     ] ;
     fhir:CareTeam.participant.period [
       fhir:Period.start [ fhir:value "2024-01-01"^^xsd:date ] ;
       fhir:Period.end [ fhir:value "2024-03-31"^^xsd:date ]
     ]
  ], [
     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 "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 Weber" ]
     ] ;
     fhir:CareTeam.participant.period [
       fhir:Period.start [ fhir:value "2024-01-01"^^xsd:date ] ;
       fhir:Period.end [ fhir:value "2024-03-31"^^xsd:date ]
     ]
  ] ;
  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.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CareTeam/example-care-team.ttl> .