FHIR IG analytics| Package | hl7.fhir.us.ccda.r4b |
| Resource Type | Observation |
| Id | Observation-observation-lab-urine.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-lab-urine
version: 6; Last updated: 2020-08-12 21:30:20+0000;
Information Source: #csn482LCsnDWyxbW
status: Final
category: Laboratory
code: SPEC GRAV
subject: Amy Shaw
effective: 2005-07-05
value: 1.017 urine specific gravity
| Low | High |
| 1.003 urine specific gravity | 1.035 urine specific gravity |
{
"resourceType": "Observation",
"id": "observation-lab-urine",
"meta": {
"versionId": "6",
"lastUpdated": "2020-08-12T21:30:20.811+00:00",
"source": "#csn482LCsnDWyxbW",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
],
"text": "Laboratory"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "5811-5",
"display": "Specific gravity of Urine by Test strip"
}
],
"text": "SPEC GRAV"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"effectiveDateTime": "2005-07-05",
"valueQuantity": {
"value": 1.017,
"unit": "urine specific gravity"
},
"referenceRange": [
{
"low": {
"value": 1.003,
"unit": "urine specific gravity"
},
"high": {
"value": 1.035,
"unit": "urine specific gravity"
}
}
]
}