FHIR IG analytics| Package | silth.fhir.th.mophpc1 |
| Resource Type | Observation |
| Id | Observation-observation-lab-tg.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "observation-lab-tg"
Profile: MoPH-PC Observation: Lab
status: final
category: Laboratory (Observation Category Codes#laboratory)
code: Triglyceride (LOINC#2571-8 "Triglyceride [Mass/volume] in Serum or Plasma"; cs-th-tmlt#320072 "Triglyceride [mg/dL] in Serum or Plasma")
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: หมายเหตุเพิ่มเติม (ถ้ามี)
| High |
| 150 mg/dL (Details: UCUM code mg/dL = 'mg/dL') |
{
"resourceType": "Observation",
"id": "observation-lab-tg",
"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": "2571-8",
"display": "Triglyceride [Mass/volume] in Serum or Plasma"
},
{
"system": "https://terms.sil-th.org/core/CodeSystem/cs-th-tmlt",
"code": "320072",
"display": "Triglyceride [mg/dL] in Serum or Plasma"
}
],
"text": "Triglyceride"
},
"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": 150,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
}
}
]
}