xShare Project CarePlan
0.1.0 - qa-preview
150
This page is part of the xShare Project Care Plan Implementation Guide (v0.1.0: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CareTeam",
"id" : "xshare-careplan-careteam-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam xshare-careplan-careteam-example</b></p><a name=\"xshare-careplan-careteam-example\"> </a><a name=\"hcxshare-careplan-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-xshare-careplan-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-xshare-careplan-organization-example.html\">Organization Example Community Health Centre</a></td></tr></table></div>"
},
"status" : "active",
"name" : "Diabetes follow-up care team",
"subject" : {
🔗 "reference" : "Patient/xshare-careplan-patient-example"
},
"participant" : [
{
"member" : {
🔗 "reference" : "Organization/xshare-careplan-organization-example"
}
}
]
}