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

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

: example-observation-obstetric-hb - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "example-observation-obstetric-hb",
  "meta" : {
    "source" : "http://provider.hie.moh.gov.my",
    "profile" : [
      🔗 "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-obstetric-hb-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-obstetric-hb</b></p><a name=\"example-observation-obstetric-hb\"> </a><a name=\"hcexample-observation-obstetric-hb\"> </a><a name=\"example-observation-obstetric-hb-en-US\"> </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://provider.hie.moh.gov.my\">http://provider.hie.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-obstetric-hb-my-core.html\">Observation Obstetric Haemoglobin (MY Core)</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 718-7}\">Hemoglobin [Mass/volume] in Blood</span></p><p><b>subject</b>: <a href=\"Patient/95149eff-6e63-44cc-88cd-ff6d8e72b576\">Patient/95149eff-6e63-44cc-88cd-ff6d8e72b576</a></p><p><b>encounter</b>: <a href=\"Encounter/6f19f2d5-7f5a-4c39-a6bb-7cb574eec94a\">Encounter/6f19f2d5-7f5a-4c39-a6bb-7cb574eec94a</a></p><p><b>effective</b>: 2023-03-06 08:00:00+0800</p><p><b>issued</b>: 2023-03-06 08:00:00+0800</p><p><b>performer</b>: <a href=\"PractitionerRole/b9797173-7e15-4fc3-8f85-d58627935956/_history/20\">PractitionerRole/b9797173-7e15-4fc3-8f85-d58627935956/_history/20</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 18185-9}\">Gestational age</span></p><p><b>value</b>: 140 day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded = 'd')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 718-7}\">Hemoglobin [Mass/volume] in Blood</span></p><p><b>value</b>: 22 g/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg/dL = 'g/dL')</span></p></blockquote></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "718-7",
        "display" : "Hemoglobin [Mass/volume] in Blood"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/95149eff-6e63-44cc-88cd-ff6d8e72b576"
  },
  "encounter" : {
    "reference" : "Encounter/6f19f2d5-7f5a-4c39-a6bb-7cb574eec94a"
  },
  "effectiveDateTime" : "2023-03-06T08:00:00+08:00",
  "issued" : "2023-03-06T08:00:00+08:00",
  "performer" : [
    {
      "reference" : "PractitionerRole/b9797173-7e15-4fc3-8f85-d58627935956/_history/20"
    }
  ],
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "18185-9",
            "display" : "Gestational age"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 140,
        "unit" : "day",
        "system" : "http://unitsofmeasure.org",
        "code" : "d"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "718-7",
            "display" : "Hemoglobin [Mass/volume] in Blood"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 22,
        "unit" : "g/dL",
        "system" : "http://unitsofmeasure.org",
        "code" : "g/dL"
      }
    }
  ]
}