@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------

<http://hl7.eu/fhir/ig/careplan-xshare/CareTeam/careplan-xshare-careteam-example> a fhir:CareTeam ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "careplan-xshare-careteam-example"] ; # 
  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 careplan-xshare-careteam-example</b></p><a name=\"careplan-xshare-careteam-example\"> </a><a name=\"hccareplan-xshare-careteam-example\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Diabetes follow-up care team</p><p><b>subject</b>: <a href=\"Patient-careplan-xshare-patient-example.html\">Maria Rossi  Female, DoB: 1975-04-12 ( http://example.org/patients#PAT-001)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Member</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-careplan-xshare-organization-example.html\">Organization Example Community Health Centre</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Diabetes follow-up care team"] ; # 
  fhir:subject [
     fhir:l <http://hl7.eu/fhir/ig/careplan-xshare/Patient/careplan-xshare-patient-example> ;
     fhir:reference [ fhir:v "Patient/careplan-xshare-patient-example" ]
  ] ; # 
  fhir:participant ( [
     fhir:member [
       fhir:l <http://hl7.eu/fhir/ig/careplan-xshare/Organization/careplan-xshare-organization-example> ;
       fhir:reference [ fhir:v "Organization/careplan-xshare-organization-example" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

