FHIR IG analytics| Package | fhir.argonaut.r2 |
| Resource Type | Observation |
| Id | Observation-neutrophils.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: neutrophils
meta:
status: final
category: Laboratory (Details : {http://hl7.org/fhir/observation-category code 'laboratory' = 'Laboratory', given as 'Laboratory'})
code: Neutrophils NFr Bld Auto (Details : {LOINC code '770-8' = 'Neutrophils/100 leukocytes in Blood by Automated count', given as 'Neutrophils NFr Bld Auto'})
effective: 05/07/2005
value: 40.0 %
| - | Low | High | Meaning |
| * | 37.0 % (Details: UCUM code % = '%') | 67.0 % (Details: UCUM code % = '%') | Normal Range (Details : {http://hl7.org/fhir/referencerange-meaning code 'normal' = 'Normal Range', given as 'Normal Range'}) |
{
"resourceType": "Observation",
"id": "neutrophils",
"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": "770-8",
"display": "Neutrophils NFr Bld Auto"
}
],
"text": "Neutrophils NFr Bld Auto"
},
"subject": {
"reference": "Patient/peter-chalmers",
"display": "Peter Chalmers"
},
"effectiveDateTime": "2005-07-05",
"valueQuantity": {
"value": 40,
"unit": "%",
"system": "http://unitsofmeasure.org"
},
"referenceRange": [
{
"low": {
"value": 37,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"high": {
"value": 67,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"meaning": {
"coding": [
{
"system": "http://hl7.org/fhir/referencerange-meaning",
"code": "normal",
"display": "Normal Range"
}
],
"text": "Normal Range"
}
}
]
}