FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeCarePlan
IdUKCore-CarePlan-WellnessPlan-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustrate a wellness plan for the management of Type 2 diabetes

Source1

{
  "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"
          }
        ]
      }
    }
  ]
}