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

FHIR IG analytics

Packagefhir.nhs.uk.wayfinder
Resource TypeCarePlan
IdWayfinder-CarePlan-WellnessPlan-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

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