Please note:
- This version of the UK Core is a development copy.
- This contains BREAKING CHANGES as a result of the C&TA Sprint 7 Review, and STU2 Sequence ballot reconciliation.
- This version is not yet reviewed for implementation. Other versions are available on the UK Core Version History Guide
- Please follow the guidance on the Contact Us page if you need any assistance.
- A summary of changes is available on the STU3 Sequence Change Log
UKCore-CareTeam-WeightManagementTeam-Example
An 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 |
Tree View
CareTeam |
id : UKCore-CareTeam-WeightManagementTeam-Example |
text |
status : additional |
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 |
XML View
<CareTeam xmlns="http://hl7.org/fhir"> <id value="UKCore-CareTeam-WeightManagementTeam-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <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", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "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" } ] }