Example to illustrate a weight management care team.

Table View

CareTeam.id[0]UKCore-CareTeam-WeightManagementTeam-Example
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" />
    <identifier>
        <system value="https://tools.ietf.org/html/rfc4122" />
        <value value="0e7cc7b2-94b7-42c2-875b-56c921e4bcc2" />
    </identifier>
    <status value="inactive" />
    <name value="Weight management team" />
    <subject>
        <reference value="Patient/UKCore-Patient-RichardSmith-Example" />
    </subject>
    <participant>
        <member>
            <reference value="Practitioner/UKCore-Practitioner-PaulRastall-Example" />
        </member>
    </participant>
    <managingOrganization>
        <reference value="Organization/UKCore-Organisation-WhiteRoseMedicalCentre-Example" />
    </managingOrganization>
</CareTeam>

JSON View

{
    "resourceType": "CareTeam",
    "id": "UKCore-CareTeam-WeightManagementTeam-Example",
    "identifier":  [
        {
            "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"
    },
    "participant":  [
        {
            "member": {
                "reference": "Practitioner/UKCore-Practitioner-PaulRastall-Example"
            }
        }
    ],
    "managingOrganization":  [
        {
            "reference": "Organization/UKCore-Organisation-WhiteRoseMedicalCentre-Example"
        }
    ]
}