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

FHIR IG analytics

Packagemyhie.v4-test
Resource TypeObservation
IdHBA1C.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

HbA1c (00140):

HbA1c (00140): 5%

Source1

{
  "resourceType": "Observation",
  "id": "lab-00140",
  "meta": {
    "source": "http://provider.hie.moh.gov.my",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-lab-result-my-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-my-core",
        "code": "00140",
        "display": "HbA1c"
      },
      {
        "system": "http://loinc.org",
        "code": "4548-4",
        "display": "HbA1c (Glycated Hemoglobin)"
      }
    ]
  },
  "performer": [
    {
      "reference": "Organization/KKM"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "code": "00140",
            "display": "HbA1c"
          }
        ]
      },
      "valueQuantity": {
        "value": 5,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "referenceRange": [
        {
          "high": {
            "value": 6.4,
            "unit": "%",
            "system": "http://unitsofmeasure.org",
            "code": "%"
          }
        }
      ]
    }
  ]
}