FHIR IG analytics| Package | uk.nhsdigital.r4.test |
| Resource Type | CareTeam |
| Id | CareTeam-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CareTeam",
"id": "1715434",
"status": "active",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "790141000000100",
"display": "Under care of community care team"
}
]
}
],
"name": "Derek Type 1 Diabetes GP Care Team",
"subject": {
"reference": "Patient/1715454",
"display": "Derek"
},
"period": {
"start": "2016-01-01"
},
"participant": [
{
"member": {
"identifier": {
"system": "https://fhir.hl7.org.uk/Id/gmc-number",
"value": "G1234567"
},
"display": "DR RAZIA ALI"
}
}
],
"managingOrganization": [
{
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "B81001"
},
"display": "Springs Surgery"
}
]
}