FHIR IG analytics| Package | hl7.fhir.uv.eyecare |
| Resource Type | Observation |
| Id | Observation-observation-refraction-re-0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "observation-refraction-re-0"
Profile: Base ophthalmic Observation profile
status: final
category: Exam (Observation Category Codes#exam)
code: Refraction (SNOMED CT#251794006)
subject: Patient/ophthal-patient-example-0 " BILL"
effective: 2013-06-27 05:04:20+0400
bodySite: ()
component
code: Power of sphere (SNOMED CT#251795007)
value: -2.5 diopter
component
code: Axis of cylinder (SNOMED CT#251799001)
value: 60 degree
component
code: Power of cylinder (SNOMED CT#251797004)
value: -2.5 diopter
{
"resourceType": "Observation",
"id": "observation-refraction-re-0",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/eyecare/StructureDefinition/observation-base"
]
},
"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": "251794006"
}
]
},
"subject": {
"reference": "Patient/ophthal-patient-example-0"
},
"effectiveDateTime": "2013-06-27T17:04:20+04:00",
"bodySite": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/bodySite",
"valueReference": {
"reference": "BodyStructure/bodystructure-right-eye"
}
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "251795007",
"display": "Power of sphere"
}
]
},
"valueQuantity": {
"value": -2.5,
"unit": "diopter"
}
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "251799001",
"display": "Axis of cylinder"
}
]
},
"valueQuantity": {
"value": 60,
"unit": "degree"
}
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "251797004",
"display": "Power of cylinder"
}
]
},
"valueQuantity": {
"value": -2.5,
"unit": "diopter"
}
}
]
}