FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | Observation |
| Id | Observation-observation-egfr-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Observation observation-egfr-example
Language: en
Profile: Observation: Lab - eGFR
status: Final
category: Laboratory
code: Glomerular filtration rate [Volume Rate/Area] in Serum, Plasma or Blood by Creatinine-based formula (CKD-EPI 2021)/1.73 sq M
effective: 2025-10-01 09:00:00+0000
value: 92 mL/min/1.73 m² (Details: UCUM codemL/min/{1.73_m2} = 'mL/min/{1.73_m2}')
interpretation: Normal
note:
Estimated GFR calculated using CKD-EPI 2021 creatinine-based formula.
Lithuanian
Generated Narrative: Observation observation-egfr-example
Language: en
Profile: Observation: Lab - eGFR
status: Final
category: Laboratory
code: Glomerular filtration rate [Volume Rate/Area] in Serum, Plasma or Blood by Creatinine-based formula (CKD-EPI 2021)/1.73 sq M
effective: 2025-10-01 09:00:00+0000
value: 92 mL/min/1.73 m² (Details: UCUM codemL/min/{1.73_m2} = 'mL/min/{1.73_m2}')
interpretation: Normal
note:
Estimated GFR calculated using CKD-EPI 2021 creatinine-based formula.
{
"resourceType": "Observation",
"id": "observation-egfr-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lab/StructureDefinition/egfr-lab-lt"
]
},
"language": "en",
"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://loinc.org",
"code": "98979-8",
"display": "Glomerular filtration rate [Volume Rate/Area] in Serum, Plasma or Blood by Creatinine-based formula (CKD-EPI 2021)/1.73 sq M"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2025-10-01T09:00:00Z",
"valueQuantity": {
"value": 92,
"unit": "mL/min/1.73 m²",
"system": "http://unitsofmeasure.org",
"code": "mL/min/{1.73_m2}"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
],
"note": [
{
"text": "Estimated GFR calculated using CKD-EPI 2021 creatinine-based formula."
}
]
}