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

FHIR IG analytics

Packagemyhie.v4
Resource TypeObservation
Idexample-Observation-lab-ip1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "example-Observation-lab-ip1",
  "meta": {
    "source": "Postman",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-lab-result-my-core"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.hie.moh.gov.my/sid/barcode",
      "value": "UAT0000000021"
    }
  ],
  "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": "00309",
        "display": "Full Blood Count (FBC) / Immature platelet fraction (IPF) / Reticulocyte count"
      },
      {
        "system": "http://loinc.org",
        "code": "14196-0",
        "display": "Reticulocytes [#/volume] in Blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ROS-21"
  },
  "encounter": {
    "reference": "Encounter/ROS-ENC-21"
  },
  "effectiveDateTime": "2022-10-11T11:48:54+08:00",
  "issued": "2022-10-11T11:53:54+08:00",
  "performer": [
    {
      "reference": "PractitionerRole/c8692550-37c8-49e5-a367-829c3aceb41b/_history/1",
      "display": "SAIFULDAULAH BIN MOHD HAFIZ NGOO"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000001",
            "display": "White Blood Cell Count"
          }
        ]
      },
      "valueQuantity": {
        "value": 16.97,
        "unit": "10*3/uL",
        "system": "http://unitsofmeasure.org",
        "code": "10*3/uL"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "H",
              "display": "High"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 4.078
          },
          "high": {
            "value": 11.37
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000002",
            "display": "Red Blood Cell Count"
          }
        ]
      },
      "valueQuantity": {
        "value": 3.85,
        "unit": "10*6/uL",
        "system": "http://unitsofmeasure.org",
        "code": "10*6/uL"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "L",
              "display": "low"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 4.53
          },
          "high": {
            "value": 5.95
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000003",
            "display": "Hemoglobin"
          }
        ]
      },
      "valueQuantity": {
        "value": 6.7,
        "unit": "g/dL",
        "system": "http://unitsofmeasure.org",
        "code": "g/dL"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "LL",
              "display": "Critical low"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 13.5
          },
          "high": {
            "value": 17.4
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000004",
            "display": "Hematocrit"
          }
        ]
      },
      "valueQuantity": {
        "value": 20.5,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "L",
              "display": "Low"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 40.1
          },
          "high": {
            "value": 50.6
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000005",
            "display": "Mean Cell Volume"
          }
        ]
      },
      "valueQuantity": {
        "value": 53.2,
        "unit": "fL",
        "system": "http://unitsofmeasure.org",
        "code": "fL"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "L",
              "display": "Low"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 26.9
          },
          "high": {
            "value": 32.3
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000006",
            "display": "Mean Cell Haemoglobin"
          }
        ]
      },
      "valueQuantity": {
        "value": 17.4,
        "unit": "pg",
        "system": "http://unitsofmeasure.org",
        "code": "pg"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "L",
              "display": "Low"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 26.9
          },
          "high": {
            "value": 32.3
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000007",
            "display": "Mean Cell Haemoglobin Concentration"
          }
        ]
      },
      "valueQuantity": {
        "value": 32.7,
        "unit": "g/dL",
        "system": "http://unitsofmeasure.org",
        "code": "g/dL"
      },
      "referenceRange": [
        {
          "low": {
            "value": 31.9
          },
          "high": {
            "value": 35.3
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000008",
            "display": "Platelet"
          }
        ]
      },
      "valueQuantity": {
        "value": 626,
        "unit": "10*3/uL",
        "system": "http://unitsofmeasure.org",
        "code": "10*3/uL"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "H",
              "display": "High"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 142
          },
          "high": {
            "value": 350
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000009",
            "display": "Red Cell Distribution Width - SD"
          }
        ]
      },
      "valueQuantity": {
        "unit": "fL",
        "system": "http://unitsofmeasure.org",
        "code": "fL"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "H",
              "display": "High"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 4.078
          },
          "high": {
            "value": 11.37
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000010",
            "display": "Red Cell Distribution Width - CV"
          }
        ]
      },
      "valueQuantity": {
        "value": 31.9,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "H",
              "display": "High"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 12
          },
          "high": {
            "value": 14.8
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000011",
            "display": "Platelet Distribution Width"
          }
        ]
      },
      "valueQuantity": {
        "unit": "fL",
        "system": "http://unitsofmeasure.org",
        "code": "fL"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000012",
            "display": "Mean Platelet Volume"
          }
        ]
      },
      "valueQuantity": {
        "unit": "fL",
        "system": "http://unitsofmeasure.org",
        "code": "fL"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000013",
            "display": "Platelet Large Cell Ratio"
          }
        ]
      },
      "valueQuantity": {
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000014",
            "display": "Plateletcrit"
          }
        ]
      },
      "valueQuantity": {
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000015",
            "display": "Absolute Neutrophil"
          }
        ]
      },
      "valueQuantity": {
        "value": 8.75,
        "unit": "10*3/uL",
        "system": "http://unitsofmeasure.org",
        "code": "10*3/uL"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "H",
              "display": "High"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 3.929
          },
          "high": {
            "value": 7.147
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000016",
            "display": "Absolute Lymphocyte"
          }
        ]
      },
      "valueQuantity": {
        "value": 6.45,
        "unit": "10*3/uL",
        "system": "http://unitsofmeasure.org",
        "code": "10*3/uL"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "H",
              "display": "High"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 1.847
          },
          "high": {
            "value": 4.807
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000017",
            "display": "Absolute Monocyte"
          }
        ]
      },
      "valueQuantity": {
        "value": 1.07,
        "unit": "10*3/uL",
        "system": "http://unitsofmeasure.org",
        "code": "10*3/uL"
      },
      "referenceRange": [
        {
          "low": {
            "value": 0.385
          },
          "high": {
            "value": 1.141
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000018",
            "display": "Absolute Eosinophil"
          }
        ]
      },
      "valueQuantity": {
        "value": 0.5,
        "unit": "10*3/uL",
        "system": "http://unitsofmeasure.org",
        "code": "10*3/uL"
      },
      "referenceRange": [
        {
          "low": {
            "value": 0
          },
          "high": {
            "value": 0.827
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000019",
            "display": "Absolute Basophil"
          }
        ]
      },
      "valueQuantity": {
        "value": 0.2,
        "unit": "10*3/uL",
        "system": "http://unitsofmeasure.org",
        "code": "10*3/uL"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "H",
              "display": "High"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 0
          },
          "high": {
            "value": 0.095
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000020",
            "display": "Immature Granulocyte"
          }
        ]
      },
      "valueQuantity": {
        "value": 0.21,
        "unit": "10*3/uL",
        "system": "http://unitsofmeasure.org",
        "code": "10*3/uL"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000021",
            "display": "Percentage of Neutrophil"
          }
        ]
      },
      "valueQuantity": {
        "value": 51.6,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000022",
            "display": "Percentage of Lymphocyte"
          }
        ]
      },
      "valueQuantity": {
        "value": 38,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000023",
            "display": "Percentage of Monocyte"
          }
        ]
      },
      "valueQuantity": {
        "value": 6.3,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000024",
            "display": "Percentage of Eosinophil"
          }
        ]
      },
      "valueQuantity": {
        "value": 2.9,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "H",
              "display": "High"
            }
          ]
        }
      ],
      "referenceRange": [
        {
          "low": {
            "value": 4.078
          },
          "high": {
            "value": 11.37
          }
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://fhir.hie.moh.gov.my/CodeSystem/lab-component-my-core",
            "code": "0000025",
            "display": "Percentage of Basophil"
          }
        ]
      },
      "valueQuantity": {
        "value": 1.2,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      }
    }
  ]
}