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

FHIR IG analytics

Packagehl7.fhir.us.ohsuhypertensionig
Resource TypeGoal
IdGoal-example-BloodPressureGoal.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 example-BloodPressureGoal

lifecycleStatus: Active

achievementStatus: In Progress

description: Example of an active Blood Pressure Goal of 135/85

subject: Patient/12345

start: 2021-07-12

target

measure: Systolic blood pressure

detail: 135 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')

target

measure: Diastolic blood pressure

detail: 85 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')


Source1

{
  "resourceType": "Goal",
  "id": "example-BloodPressureGoal",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "lifecycleStatus": "active",
  "achievementStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
        "version": "4.0.1",
        "code": "in-progress",
        "display": "In Progress"
      }
    ]
  },
  "description": {
    "text": "Example of an active Blood Pressure Goal of 135/85"
  },
  "subject": {
    "reference": "Patient/12345"
  },
  "startDate": "2021-07-12",
  "target": [
    {
      "measure": {
        "coding": [
          {
            "system": "http://loinc.org",
            "version": "2.68",
            "code": "8480-6",
            "display": "Systolic blood pressure"
          }
        ]
      },
      "detailQuantity": {
        "value": 135,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "measure": {
        "coding": [
          {
            "system": "http://loinc.org",
            "version": "2.68",
            "code": "8462-4",
            "display": "Diastolic blood pressure"
          }
        ]
      },
      "detailQuantity": {
        "value": 85,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}