Lithuanian CVD Implementation Guide
0.0.1 - ci-build Lithuania flag

Lithuanian CVD Implementation Guide, published by Lithuanian Medical Library. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7LT/ig-lt-cvd/ and changes regularly. See the Directory of published versions

: Goal: Body Mass Index (example)

Raw json | Download

{
  "resourceType" : "Goal",
  "id" : "example-goal-bmi",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Goal example-goal-bmi</b></p><a name=\"example-goal-bmi\"> </a><a name=\"hcexample-goal-bmi\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p></div><p><b>lifecycleStatus</b>: Active</p><p><b>description</b>: <span title=\"Codes:\">Target BMI 22.5 kg/m² (healthy weight range 18.5–24.9).</span></p><p><b>subject</b>: <a href=\"Patient-patient-male-example.html\">Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005\u00a0(use:\u00a0usual,\u00a0))</a></p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 39156-5}\">Body mass index (BMI) [Ratio]</span></td><td>22.5 kg/m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg/m2 = 'kg/m2')</span></td></tr></table></div>"
  },
  "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"
      }
    }
  ]
}