FHIR IG analytics| Package | ch.fhir.ig.ch-lab-report |
| Resource Type | Observation |
| Id | Observation-AlbuminCreatininRatioUrin.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation AlbuminCreatininRatioUrin
status: Final
category: Laboratory
code: Albumin/Creatinine [Ratio] in Urine
subject: Katarina Keller
effective: 2024-04-23 11:24:26+0100
performer: BeatBunsen
value: 2.8 mg/mmol (Details: UCUM codemg/mmol = 'mg/mmol')
specimen: Specimen: type = Urine specimen (specimen)
| High |
| 3 mg/mmol |
{
"resourceType": "Observation",
"id": "AlbuminCreatininRatioUrin",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-lab-report/StructureDefinition/ch-lab-observation-albumin-creatinine-urine-ratio"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "32294-1"
}
]
},
"subject": {
"reference": "urn:uuid:14fbf29b-5dac-483e-b543-15031f12344b",
"display": "Katarina Keller"
},
"effectiveDateTime": "2024-04-23T11:24:26+01:00",
"performer": [
{
"reference": "urn:uuid:12328339-f7d6-4bb6-80e4-89fd03ce5052",
"display": "BeatBunsen"
}
],
"valueQuantity": {
"value": 2.8,
"unit": "mg/mmol",
"system": "http://unitsofmeasure.org",
"code": "mg/mmol"
},
"specimen": {
"reference": "Specimen/Urin"
},
"referenceRange": [
{
"high": {
"value": 3,
"unit": "mg/mmol"
}
}
]
}