FHIR IG analytics| Package | fhir.deep6.ai |
| Resource Type | Observation |
| Id | Observation-observation-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-example
Profile: Deep 6 AI Observation
status: Final
category: Laboratory
code: Leukocytes [#/volume] in Blood by Automated count
subject: ?rref?
encounter: ?rref?
interpretation: L
note:
Lorem ipsum
| Low | High |
| 8.1 cells/mcL | 42.3 cells/mcL |
{
"resourceType": "Observation",
"id": "observation-example",
"meta": {
"profile": [
"http://deep6.ai/fhir/StructureDefinition/deep-6-ai-observation-1.0.2"
]
},
"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": "6690-2",
"display": "Leukocytes [#/volume] in Blood by Automated count"
}
]
},
"subject": {
"id": "patient-example"
},
"encounter": {
"id": "encounter-example"
},
"interpretation": [
{
"text": "L"
}
],
"note": [
{
"text": "Lorem ipsum"
}
],
"referenceRange": [
{
"low": {
"value": 8.1,
"unit": "cells/mcL"
},
"high": {
"value": 42.3,
"unit": "cells/mcL"
}
}
]
}