FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | Observation |
| Id | Observation-observation-creatinine-test-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-creatinine-test-example
Language: en
Profile: Creatinine Test
status: Final
category: Laboratory
code: Creatinine [Moles/volume] in Serum or Plasma
effective: 2025-10-01 09:00:00+0000
value: 85 µmol/L (Details: UCUM codeumol/L = 'umol/L')
interpretation: Normal
note:
Patient's creatinine level within normal range.
Lithuanian
Generated Narrative: Observation observation-creatinine-test-example
Language: en
Profile: Creatinine Test
status: Final
category: Laboratory
code: Creatinine [Moles/volume] in Serum or Plasma
effective: 2025-10-01 09:00:00+0000
value: 85 µmol/L (Details: UCUM codeumol/L = 'umol/L')
interpretation: Normal
note:
Patient's creatinine level within normal range.
{
"resourceType": "Observation",
"id": "observation-creatinine-test-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lab/StructureDefinition/creatinine-test-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": "14682-9",
"display": "Creatinine [Moles/volume] in Serum or Plasma"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2025-10-01T09:00:00Z",
"valueQuantity": {
"value": 85,
"unit": "µmol/L",
"system": "http://unitsofmeasure.org",
"code": "umol/L"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
],
"note": [
{
"text": "Patient's creatinine level within normal range."
}
]
}