HL7® FHIR® Malaysia Core (MY Core) Implementation Guide
2.0.1 - ci-build

HL7® FHIR® Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Observation for Systolic Blood Pressure Measurement - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "example-observation-pekab40-vs-systolicbp-single",
  "meta" : {
    "source" : "http://pekab40.moh.gov.my",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-systolic-bp-my-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-observation-pekab40-vs-systolicbp-single</b></p><a name=\"example-observation-pekab40-vs-systolicbp-single\"> </a><a name=\"hcexample-observation-pekab40-vs-systolicbp-single\"> </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\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://pekab40.moh.gov.my\">http://pekab40.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-systolic-bp-my-core.html\">ObservationSystolicBp (MY Core)</a></p></div><p><b>identifier</b>: pekab40-vs-systolicbp-single</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">systolic BP</span></p><p><b>subject</b>: <a href=\"Patient/example-NHSI-patient\">Patient/example-NHSI-patient</a></p><p><b>encounter</b>: <a href=\"Encounter-example-encounter-pekab40.html\">Encounter: identifier = http://fhir.hie.moh.gov.my/sid/encounter-id#HTJ-ENC-2211000036; status = finished; class = Outpatient (CodeSystemEncounterClass (MY Core)#AMB); type = General Family Medicine; serviceType = Outpatient; priority = Routine; period = 2022-11-30 08:45:00+0800 --&gt; 2022-11-30 12:00:00+0800</a></p><p><b>effective</b>: 2022-06-25 10:30:20+0800</p><p><b>issued</b>: 2022-06-25 10:30:20+0800</p><p><b>performer</b>: Sn Saleha</p><p><b>value</b>: 80 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm[Hg] = 'mm[Hg]')</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8357-6}\">Blood pressure method</span></p><p><b>value</b>: standing</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 41904-4}\">Measurement site</span></p><p><b>value</b>: Left arm</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8358-4}\">Device cuff size</span></p><p><b>value</b>: medium</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 41901-0}\">Type of device</span></p><p><b>value</b>: mobile machine</p></blockquote></div>"
  },
  "identifier" : [
    {
      "value" : "pekab40-vs-systolicbp-single"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "8480-6",
        "display" : "systolic BP"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example-NHSI-patient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/example-encounter-pekab40"
  },
  "effectiveDateTime" : "2022-06-25T10:30:20.000+08:00",
  "issued" : "2022-06-25T10:30:20.000+08:00",
  "performer" : [
    {
      "display" : "Sn Saleha"
    }
  ],
  "valueQuantity" : {
    "value" : 80,
    "unit" : "mm[Hg]",
    "system" : "http://unitsofmeasure.org",
    "code" : "mm[Hg]"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8357-6",
            "display" : "Blood pressure method"
          }
        ]
      },
      "valueString" : "standing"
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "41904-4",
            "display" : "Measurement site"
          }
        ]
      },
      "valueString" : "Left arm"
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8358-4",
            "display" : "Device cuff size"
          }
        ]
      },
      "valueString" : "medium"
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "41901-0",
            "display" : "Type of device"
          }
        ]
      },
      "valueString" : "mobile machine"
    }
  ]
}