FHIR IG analytics| Package | hl7.fhir.uv.eyecare |
| Resource Type | Observation |
| Id | Observation-va-snellen-best-corrected-le-0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "va-snellen-best-corrected-le-0"
Profile: Visual Acuity (VA)
status: final
category: Exam (Observation Category Codes#exam)
code: Best corrected visual acuity (SNOMED CT#419775003)
subject: Patient/ophthal-patient-example-0 " BILL"
effective: 2013-06-27 05:04:20+0400
value: 0.18 logmar
bodySite: ()
method: Snellen chart (SNOMED CT#400913005)
derivedFrom: Observation/observation-refraction-le-0
{
"resourceType": "Observation",
"id": "va-snellen-best-corrected-le-0",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/eyecare/StructureDefinition/observation-visual-acuity"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "Exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419775003",
"display": "Best corrected visual acuity"
}
]
},
"subject": {
"reference": "Patient/ophthal-patient-example-0"
},
"effectiveDateTime": "2013-06-27T17:04:20+04:00",
"valueQuantity": {
"value": 0.18,
"unit": "logmar"
},
"bodySite": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/bodySite",
"valueReference": {
"reference": "BodyStructure/bodystructure-left-eye"
}
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "400913005",
"display": "Snellen chart"
}
]
},
"derivedFrom": [
{
"reference": "Observation/observation-refraction-le-0"
}
]
}