FHIR IG analytics| Package | lt.hl7.fhir.colorectal |
| Resource Type | Observation |
| Id | Observation-observation-fobt-quantitative-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-fobt-quantitative-example
Language: en
Profile: ObservationLt
status: Final
category: Laboratory
code: Hemoglobin.gastrointestinal [Mass/mass] in Stool
effective: 2026-02-26
value: 12.3 µg/L (Details: UCUM codeug/L = 'ug/L')
specimen: Specimen: status = available; type = Stool specimen
Lithuanian
Generated Narrative: Observation observation-fobt-quantitative-example
Language: en
Profile: ObservationLt
status: Final
category: Laboratory
code: Hemoglobin.gastrointestinal [Mass/mass] in Stool
effective: 2026-02-26
value: 12.3 µg/L (Details: UCUM codeug/L = 'ug/L')
specimen: Specimen: status = available; type = Stool specimen
{
"resourceType": "Observation",
"id": "observation-fobt-quantitative-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/base/StructureDefinition/observation-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": "27396-1",
"display": "Hemoglobin.gastrointestinal [Mass/mass] in Stool"
}
]
},
"subject": {
"reference": "Patient/patient-male-example"
},
"effectiveDateTime": "2026-02-26",
"valueQuantity": {
"value": 12.3,
"unit": "µg/L",
"system": "http://unitsofmeasure.org",
"code": "ug/L"
},
"specimen": {
"reference": "Specimen/specimen-stool-fobt-example"
}
}