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-bmi.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-bmi

Language: en

lifecycleStatus: Active

description: Target BMI 22.5 kg/m² (healthy weight range 18.5–24.9).

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

Targets

-MeasureDetail[x]
*Body mass index (BMI) [Ratio]22.5 kg/m2 (Details: UCUM codekg/m2 = 'kg/m2')

Lithuanian


Generated Narrative: Goal example-goal-bmi

Language: en

lifecycleStatus: Active

description: Target BMI 22.5 kg/m² (healthy weight range 18.5–24.9).

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

Targets

-MeasureDetail[x]
*Body mass index (BMI) [Ratio]22.5 kg/m2 (Details: UCUM codekg/m2 = 'kg/m2')

Source1

{
  "resourceType": "Goal",
  "id": "example-goal-bmi",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "lifecycleStatus": "active",
  "description": {
    "text": "Target BMI 22.5 kg/m² (healthy weight range 18.5–24.9)."
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "target": [
    {
      "measure": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "39156-5",
            "display": "Body mass index (BMI) [Ratio]"
          }
        ]
      },
      "detailQuantity": {
        "value": 22.5,
        "unit": "kg/m2",
        "system": "http://unitsofmeasure.org",
        "code": "kg/m2"
      }
    }
  ]
}