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

FHIR IG analytics

Packagehl7.fhir.eu.hdr
Resource TypeCarePlan
IdCarePlan-b84038f8-9541-4c5b-93b0-a7f1b8e55bd3.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

Generated Narrative: CarePlan b84038f8-9541-4c5b-93b0-a7f1b8e55bd3

status: Active

intent: Plan

category: Diabetes clinical management plan

title: Diabetes Management Plan

subject: Luigi De Luca Male, DoB: 1966-09-30 ( National unique individual identifier)

period: 2025-04-10 --> (ongoing)

activity

Details

-CodeStatus
*Referral to endocrinology serviceNot Started

activity

Details

-CodeStatus
*Referral to dietitianNot Started

activity

Details

-CodeStatus
*Hemoglobin A1c measurementNot Started

Source1

{
  "resourceType": "CarePlan",
  "id": "b84038f8-9541-4c5b-93b0-a7f1b8e55bd3",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/hdr/StructureDefinition/carePlan-eu-hdr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "736284000",
          "display": "Diabetes clinical management plan"
        }
      ]
    }
  ],
  "title": "Diabetes Management Plan",
  "subject": {
    "reference": "urn:uuid:b01a2623-e219-41d2-8e78-1fa1439751d0"
  },
  "period": {
    "start": "2025-04-10"
  },
  "activity": [
    {
      "detail": {
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "306118006",
              "display": "Referral to endocrinology service"
            }
          ]
        },
        "status": "not-started"
      }
    },
    {
      "detail": {
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "103699006",
              "display": "Referral to dietitian"
            }
          ]
        },
        "status": "not-started"
      }
    },
    {
      "detail": {
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "43396009",
              "display": "Hemoglobin A1c measurement"
            }
          ]
        },
        "status": "not-started"
      }
    }
  ]
}