FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | Observation |
| Id | Observation-urobilinogen.json |
| FHIR Version | R2 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: urobilinogen
meta:
status: final
category: Laboratory (Details : {http://hl7.org/fhir/observation-category code 'laboratory' = 'Laboratory', given as 'Laboratory'})
code: UROBILINOGEN (Details : {LOINC code '20405-7' = 'Urobilinogen [Mass/volume] in Urine by Test strip', given as 'Urobilinogen [Mass/volume] in Urine by Test strip'})
effective: 05/07/2005
value: 0.3 mg/dL (Details: UCUM code mg/dL = 'mg/dL')
| - | Low | High |
| * | 0.1 mg/dL (Details: UCUM code mg/dL = 'mg/dL') | 1.0 mg/dL (Details: UCUM code mg/dL = 'mg/dL') |
{
"resourceType": "Observation",
"id": "urobilinogen",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut/StructureDefinition/argo-observationresults"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
],
"text": "Laboratory"
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "20405-7",
"display": "Urobilinogen [Mass/volume] in Urine by Test strip"
}
],
"text": "UROBILINOGEN"
},
"subject": {
"reference": "Patient/peter-chalmers",
"display": "Peter Chalmers"
},
"effectiveDateTime": "2005-07-05",
"valueQuantity": {
"value": 0.3,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"referenceRange": [
{
"low": {
"value": 0.1,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"high": {
"value": 1,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
}
}
]
}