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

FHIR IG analytics

Packagehl7.fhir.kr.core
Resource TypeObservation
IdObservation-krcore-observation-laboratory-result-example-03.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

Generated Narrative: Observation krcore-observation-laboratory-result-example-03

status: Final

category: Laboratory

code: 조혈인자검사[정밀면역검사]-핵의학적 방법_에리스로포이에틴

subject: 박아픔 Male, DoB: 2001-01-01 ( Medical record number)

effective: 2025-06-01 09:00:00+0900

issued: 2025-06-01 10:00:00+0900

value: 12.3 milli international unit per liter (Details: UCUM codem[IU]/mL = 'm[IU]/mL')

specimen: Specimen: identifier = https://www.examplehospital.com/Identifier/specimen-id#example-specimen-id-01; status = available; type = Serum specimen (specimen)

ReferenceRanges

-LowHighText
*4 milli international unit per liter (Details: UCUM codem[IU]/mL = 'm[IU]/mL')24 milli international unit per liter (Details: UCUM codem[IU]/mL = 'm[IU]/mL')4.0–24.0 mIU/mL

Source1

{
  "resourceType": "Observation",
  "id": "krcore-observation-laboratory-result-example-03",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-observation-laboratory-result"
    ]
  },
  "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://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure",
        "code": "D0571017",
        "display": "조혈인자검사[정밀면역검사]-핵의학적 방법_에리스로포이에틴"
      },
      {
        "system": "http://loinc.org",
        "code": "15061-5",
        "display": "Erythropoietin (EPO) [Units/volume] in Serum or Plasma"
      }
    ]
  },
  "subject": {
    "reference": "Patient/krcore-patient-example-01"
  },
  "effectiveDateTime": "2025-06-01T09:00:00+09:00",
  "issued": "2025-06-01T10:00:00+09:00",
  "valueQuantity": {
    "value": 12.3,
    "unit": "milli international unit per liter",
    "system": "http://unitsofmeasure.org",
    "code": "m[IU]/mL"
  },
  "specimen": {
    "reference": "Specimen/krcore-specimen-example-01"
  },
  "referenceRange": [
    {
      "low": {
        "value": 4,
        "unit": "milli international unit per liter",
        "system": "http://unitsofmeasure.org",
        "code": "m[IU]/mL"
      },
      "high": {
        "value": 24,
        "unit": "milli international unit per liter",
        "system": "http://unitsofmeasure.org",
        "code": "m[IU]/mL"
      },
      "text": "4.0–24.0 mIU/mL"
    }
  ]
}