FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | Observation |
| Id | Observation-erythrocytes.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: erythrocytes
meta:
status: final
category: Laboratory (Details : {http://hl7.org/fhir/observation-category code 'laboratory' = 'Laboratory', given as 'Laboratory'})
code: RBC # Bld Auto (Details : {LOINC code '789-8' = 'Erythrocytes [#/volume] in Blood by Automated count', given as 'RBC # Bld Auto'})
effective: 05/07/2005
value: 4.58 10*6/uL
| - | Low | High | Meaning |
| * | 4.1 10*6/uL (Details: UCUM code 10*6/uL = '10*6/uL') | 6.1 10*6/uL (Details: UCUM code 10*6/uL = '10*6/uL') | Normal Range (Details : {http://hl7.org/fhir/referencerange-meaning code 'normal' = 'Normal Range', given as 'Normal Range'}) |
{
"resourceType": "Observation",
"id": "erythrocytes",
"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": "789-8",
"display": "RBC # Bld Auto"
}
],
"text": "RBC # Bld Auto"
},
"subject": {
"reference": "Patient/peter-chalmers",
"display": "Peter Chalmers"
},
"effectiveDateTime": "2005-07-05",
"valueQuantity": {
"value": 4.58,
"unit": "10*6/uL",
"system": "http://unitsofmeasure.org"
},
"referenceRange": [
{
"low": {
"value": 4.1,
"unit": "10*6/uL",
"system": "http://unitsofmeasure.org",
"code": "10*6/uL"
},
"high": {
"value": 6.1,
"unit": "10*6/uL",
"system": "http://unitsofmeasure.org",
"code": "10*6/uL"
},
"meaning": {
"coding": [
{
"system": "http://hl7.org/fhir/referencerange-meaning",
"code": "normal",
"display": "Normal Range"
}
],
"text": "Normal Range"
}
}
]
}