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

: Inaktives Behandler-Team 2023 - 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-inactive> a fhir:CareTeam ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-care-team-inactive"] ;
  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-inactive</b></p><a name=\"example-care-team-inactive\"> </a><a name=\"hcexample-care-team-inactive\"> </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>: Inactive</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org LA27975-4}\">Event-focused care team</span></p><p><b>name</b>: Behandler-Team 2023</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>: 2023-01-01 --&gt; 2023-12-31</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>Member</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle arzt}\">Arzt</span></td><td><a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></td><td>2023-01-01 --&gt; 2023-12-31</td></tr></table></div>"
  ] ;
  fhir:CareTeam.status [ fhir:value "inactive"] ;
  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 "Behandler-Team 2023"] ;
  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 "2023-01-01"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2023-12-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 "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:CareTeam.participant.period [
       fhir:Period.start [ fhir:value "2023-01-01"^^xsd:date ] ;
       fhir:Period.end [ fhir:value "2023-12-31"^^xsd:date ]
     ]
  ] .

<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-inactive.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CareTeam/example-care-team-inactive.ttl> .