Example to illustrate a weight management care team.

Table View

CareTeam.id[0]UKCore-CareTeam-WeightManagementTeam-Example
CareTeam.text[0].status[0]additional
CareTeam.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a weight management care team</div>
CareTeam.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
CareTeam.identifier[0].value[0]0e7cc7b2-94b7-42c2-875b-56c921e4bcc2
CareTeam.status[0]inactive
CareTeam.name[0]Weight management team
CareTeam.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
CareTeam.participant[0].member[0].reference[0]Practitioner/UKCore-Practitioner-PaulRastall-Example
CareTeam.managingOrganization[0].reference[0]Organization/UKCore-Organisation-WhiteRoseMedicalCentre-Example

XML View

<CareTeam xmlns="http://hl7.org/fhir">
<id value="UKCore-CareTeam-WeightManagementTeam-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://tools.ietf.org/html/rfc4122" />
<value value="0e7cc7b2-94b7-42c2-875b-56c921e4bcc2" />
</identifier>
<status value="inactive" />
<name value="Weight management team" />
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<reference value="Practitioner/UKCore-Practitioner-PaulRastall-Example" />
</member>
</participant>
<reference value="Organization/UKCore-Organisation-WhiteRoseMedicalCentre-Example" />
</managingOrganization>
</CareTeam>

JSON View

{
"resourceType": "CareTeam",
"id": "UKCore-CareTeam-WeightManagementTeam-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "0e7cc7b2-94b7-42c2-875b-56c921e4bcc2"
}
],
"status": "inactive",
"name": "Weight management team",
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
{
"member": {
"reference": "Practitioner/UKCore-Practitioner-PaulRastall-Example"
}
}
],
{
"reference": "Organization/UKCore-Organisation-WhiteRoseMedicalCentre-Example"
}
]
}