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

FHIR IG analytics

Packagesilth.fhir.th.mophpc1
Resource TypeObservation
IdObservation-observation-lab-ldl.json
FHIR VersionR5

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

Resource Observation "observation-lab-ldl"

Profile: MoPH-PC Observation: Lab

status: final

category: Laboratory (Observation Category Codes#laboratory)

code: LDL (LOINC#13457-7 "Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation"; cs-th-tmlt#320293 "Cholesterol in LDL [mg/dL] in Serum or Plasma by calculation")

subject: Patient/patient-patient4: นาง สมควร ใจดี " ใจดี"

effective: 2022-01-01 12:30:02+0700

performer: Organization/organization-main "โรงพยาบาลตัวอย่าง แห่งที่ 1"

value: 80 mg/dL (Details: UCUM code mg/dL = 'mg/dL')

interpretation: Normal (ObservationInterpretation#N)

note: หมายเหตุเพิ่มเติม (ถ้ามี)

ReferenceRanges

-High
*160 mg/dL (Details: UCUM code mg/dL = 'mg/dL')

Source1

{
  "resourceType": "Observation",
  "id": "observation-lab-ldl",
  "meta": {
    "profile": [
      "https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-observation-lab-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ],
      "text": "Laboratory"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "13457-7",
        "display": "Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation"
      },
      {
        "system": "https://terms.sil-th.org/core/CodeSystem/cs-th-tmlt",
        "code": "320293",
        "display": "Cholesterol in LDL [mg/dL] in Serum or Plasma by calculation"
      }
    ],
    "text": "LDL"
  },
  "subject": {
    "reference": "Patient/patient-patient4",
    "display": "นาง สมควร ใจดี"
  },
  "effectiveDateTime": "2022-01-01T12:30:02+07:00",
  "performer": [
    {
      "reference": "Organization/organization-main"
    }
  ],
  "valueQuantity": {
    "value": 80,
    "unit": "mg/dL",
    "system": "http://unitsofmeasure.org",
    "code": "mg/dL"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "หมายเหตุเพิ่มเติม (ถ้ามี)"
    }
  ],
  "referenceRange": [
    {
      "high": {
        "value": 160,
        "unit": "mg/dL",
        "system": "http://unitsofmeasure.org",
        "code": "mg/dL"
      }
    }
  ]
}