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

FHIR IG analytics

Packagehl7.eu.fhir.xshare-careplan
Resource TypeGoal
IdGoal-xshare-careplan-goal-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

Generated Narrative: Goal xshare-careplan-goal-example

Profile: xShare Goal

lifecycleStatus: Active

category: Education

description: Diabetes self management plan

subject: Maria Rossi Female, DoB: 1975-04-12 ( http://example.org/patients#PAT-001)

Targets

-MeasureDetail[x]Due[x]
*Hemoglobin A1c/Hemoglobin.total in Blood7 % (Details: UCUM code% = '%')2026-08-31

Source1

{
  "resourceType": "Goal",
  "id": "xshare-careplan-goal-example",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/xshare-careplan/StructureDefinition/goal-xshare"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "lifecycleStatus": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "409073007",
          "display": "Education"
        }
      ]
    }
  ],
  "description": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "735985000",
        "display": "Diabetes self management plan"
      }
    ]
  },
  "subject": {
    "reference": "Patient/xshare-careplan-patient-example"
  },
  "target": [
    {
      "measure": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "4548-4",
            "display": "Hemoglobin A1c/Hemoglobin.total in Blood"
          }
        ]
      },
      "detailQuantity": {
        "value": 7,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "dueDate": "2026-08-31"
    }
  ]
}