Moyae Ophthalmology FHIR Implementation Guide
0.1.0 - ci-build
Moyae Ophthalmology FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "Example-MoyaeIOP-RightEye",
"meta" : {
"profile" : [
🔗 "https://fhir.moyae.com/StructureDefinition/moyae-intraocular-pressure"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Example-MoyaeIOP-RightEye</b></p><a name=\"Example-MoyaeIOP-RightEye\"> </a><a name=\"hcExample-MoyaeIOP-RightEye\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-moyae-intraocular-pressure.html\">Moyae Intraocular Pressure Observation</a></p></div><p><b>identifier</b>: intraocular-pressure</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 41633001}\">Intraocular pressure (observable entity)</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Pat Example Unknown, DoB Unknown</a></p><p><b>encounter</b>: <a href=\"Encounter-example-encounter.html\">Encounter: status = finished; class = ambulatory (v3 Code System ActCode#AMB)</a></p><p><b>effective</b>: 2026-05-31 14:30:00-0500</p><p><b>value</b>: 14 mmHg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 1290030002}\">Right eye</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 391939000}\">Goldmann applanation tonometer</span></p></div>"
},
"identifier" : [
{
"value" : "intraocular-pressure"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "exam",
"display" : "Exam"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "41633001",
"display" : "Intraocular pressure (observable entity)"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"encounter" : {
🔗 "reference" : "Encounter/example-encounter"
},
"effectiveDateTime" : "2026-05-31T14:30:00-05:00",
"valueQuantity" : {
"value" : 14,
"unit" : "mmHg",
"system" : "http://unitsofmeasure.org",
"code" : "mm[Hg]"
},
"bodySite" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1290030002",
"display" : "Right eye"
}
]
},
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "391939000",
"display" : "Goldmann applanation tonometer"
}
]
}
}