FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | CarePlan |
| Id | UKCore-CarePlan-WellnessPlan-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "CarePlan",
"id": "UKCore-CarePlan-WellnessPlan-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "7d9955bc-afe0-11ea-b3de-0242ac130004"
}
],
"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": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example",
"type": "Patient",
"display": "Richard SMITH"
},
"period": {
"end": "2020-01-01"
},
"created": "2020-02-01",
"author": {
"reference": "Practitioner/UKCore-Practitioner-PaulRastall-Example"
},
"activity": [
{
"outcomeCodeableConcept": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "161832001",
"display": "Progressive weight loss"
}
]
}
],
"detail": {
"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"
}
]
}
}
]
}