FHIR IG analytics| Package | fhir.nhs.uk.wayfinder |
| Resource Type | CarePlan |
| Id | Wayfinder-CarePlan-WellnessPlan-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CarePlan",
"meta": [
{
"profile": "https://servita.com/fhir/StructureDefinition/WayfinderUKCoreCarePlan"
}
],
"id": "UKCore-CarePlan-WellnessPlan-Example",
"basedOn": [
{
"display": "Management of Type 2 Diabetes"
}
],
"partOf": [
{
"display": "Overall wellness plan"
}
],
"status": "active",
"intent": "plan",
"category": [
{
"text": "Weight management plan"
}
],
"description": "Manage obesity and weight loss",
"subject": {
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9726779316"
}
},
"period": {
"end": "2020-01-01"
},
"created": "2020-02-01",
"author": {
"reference": "Practitioner/UKCore-Practitioner-PaulRastall-Example"
},
"activity": [
{
"detail": {
"extension": [
{
"url": "https://fhir.nhs.uk/StructureDefinition/Extension-Portal-Link",
"valueUrl": "https://my.portal.com/Document?id=3F788FF2-A15D-4037-859C-421CC1C380F2",
"extension": [
{
"url": "client-id",
"valueCode": "zesty-static-mock-documents"
}
]
}
],
"kind": "DocumentReference",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "27113001",
"display": "Body weight"
}
]
},
"status": "completed",
"statusReason": {
"text": "Achieved weight loss to mitigate diabetes risk."
},
"doNotPerform": false,
"scheduledTiming": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"location": {
"display": "Patient's home"
},
"performer": [
{
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
]
}
}
]
}