FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Observation |
| Id | Observation-acs-cda-pupil-size-left.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation acs-cda-pupil-size-left
Profile: ACS Pupil Size
status: Final
category: Vital Signs
code: Diameter of pupil (observable entity)
effective: 2016-06-14 11:35:00+1200
value: 5 mm (Details: UCUM codemm = 'mm')
note:
A note about the observations
bodySite: Left eye
{
"resourceType": "Observation",
"id": "acs-cda-pupil-size-left",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-pupil-size"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "367665004",
"display": "Diameter of pupil (observable entity)"
}
]
},
"subject": {
"reference": "Patient/acs-cda-patient-bob"
},
"encounter": {
"reference": "Encounter/acs-cda-encounter"
},
"effectiveDateTime": "2016-06-14T11:35:00+12:00",
"valueQuantity": {
"value": 5,
"system": "http://unitsofmeasure.org",
"code": "mm"
},
"note": [
{
"text": "A note about the observations"
}
],
"bodySite": {
"text": "Left eye"
}
}