@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.cognovis.de/praxis/CareTeam/example-care-team> a fhir:CareTeam ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-care-team"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/care-team-de"^^xsd:anyURI ;
       fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/care-team-de>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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>: Frau Schmidt</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>: Herr Weber</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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:category ( [
     fhir:coding ( [
       a loinc:LA27975-4 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "LA27975-4" ] ;
       fhir:display [ fhir:v "Event-focused care team" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Behandlungsteam Zahnarztpraxis Dr. Mueller"] ; # 
  fhir:subject [
     fhir:l <https://fhir.cognovis.de/praxis/Patient/example-patient> ;
     fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:period [
     fhir:start [ fhir:v "2024-01-01"^^xsd:date ] ;
     fhir:end [ fhir:v "2024-03-31"^^xsd:date ]
  ] ; # 
  fhir:participant ( [
     fhir:role ( [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle"^^xsd:anyURI ;
           fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle>
         ] ;
         fhir:code [ fhir:v "zahnarzt" ] ;
         fhir:display [ fhir:v "Zahnarzt" ]
       ] )
     ] ) ;
     fhir:member [
       fhir:l <https://fhir.cognovis.de/praxis/Practitioner/example-practitioner> ;
       fhir:reference [ fhir:v "Practitioner/example-practitioner" ]
     ] ;
     fhir:period [
       fhir:start [ fhir:v "2024-01-01"^^xsd:date ] ;
       fhir:end [ fhir:v "2024-03-31"^^xsd:date ]
     ]
  ] [
     fhir:role ( [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle"^^xsd:anyURI ;
           fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle>
         ] ;
         fhir:code [ fhir:v "zfa" ] ;
         fhir:display [ fhir:v "ZFA" ]
       ] )
     ] ) ;
     fhir:member [
       fhir:display [ fhir:v "Frau Schmidt" ]
     ] ;
     fhir:period [
       fhir:start [ fhir:v "2024-01-01"^^xsd:date ] ;
       fhir:end [ fhir:v "2024-03-31"^^xsd:date ]
     ]
  ] [
     fhir:role ( [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle"^^xsd:anyURI ;
           fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/behandler-rolle>
         ] ;
         fhir:code [ fhir:v "wb-assistent" ] ;
         fhir:display [ fhir:v "WB-Assistent" ]
       ] )
     ] ) ;
     fhir:member [
       fhir:display [ fhir:v "Herr Weber" ]
     ] ;
     fhir:period [
       fhir:start [ fhir:v "2024-01-01"^^xsd:date ] ;
       fhir:end [ fhir:v "2024-03-31"^^xsd:date ]
     ]
  ] ) ; # 
  fhir:managingOrganization ( [
     fhir:l <https://fhir.cognovis.de/praxis/Organization/example-organization> ;
     fhir:reference [ fhir:v "Organization/example-organization" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

