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

FHIR IG analytics

Packagelt.hl7.fhir.cvd
Resource TypeGoal
IdGoal-example-goal-ldl.json
FHIR VersionR5

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


English


Generated Narrative: Goal example-goal-ldl

Language: en

lifecycleStatus: Active

description: Target LDL Cholesterol < 1.8 mmol/L.

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

Targets

-MeasureDetail[x]Due[x]
*Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation1.8 mmol/L (Details: UCUM codemmol/L = 'mmol/L')2026-10-31

Lithuanian


Generated Narrative: Goal example-goal-ldl

Language: en

lifecycleStatus: Active

description: Target LDL Cholesterol < 1.8 mmol/L.

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

Targets

-MeasureDetail[x]Due[x]
*Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation1.8 mmol/L (Details: UCUM codemmol/L = 'mmol/L')2026-10-31

Source1

{
  "resourceType": "Goal",
  "id": "example-goal-ldl",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "lifecycleStatus": "active",
  "description": {
    "text": "Target LDL Cholesterol < 1.8 mmol/L."
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "target": [
    {
      "measure": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "13457-7",
            "display": "Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation"
          }
        ]
      },
      "detailQuantity": {
        "value": 1.8,
        "unit": "mmol/L",
        "system": "http://unitsofmeasure.org",
        "code": "mmol/L"
      },
      "dueDate": "2026-10-31"
    }
  ]
}