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

: Example: Moyae manifest (subjective) refraction - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "Example-MoyaeRefraction-Manifest",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.moyae.com/StructureDefinition/moyae-refraction"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Example-MoyaeRefraction-Manifest</b></p><a name=\"Example-MoyaeRefraction-Manifest\"> </a><a name=\"hcExample-MoyaeRefraction-Manifest\"> </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-refraction.html\">Moyae Refraction Observation (current shape)</a></p></div><p><b>identifier</b>: visual_acuity</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 251794006}\">Refraction</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Pat Example  Unknown, DoB Unknown</a></p><p><b>focus</b>: <a href=\"VisionPrescription-Example-MoyaeVisionPrescription-Draft.html\">VisionPrescription: identifier = https://moyae.com/vision-prescription-status#active; status = draft; created = 2026-05-31 14:30:00-0500; dateWritten = 2026-05-31 14:30:00-0500</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><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://moyae.com/is-cc cc}\">with correction</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 397277005}\">Subjective / Manifest refraction (procedure)</span></p><p><b>value</b>: true</p></blockquote></div>"
  },
  "identifier" : [
    {
      "value" : "visual_acuity"
    }
  ],
  "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",
        "display" : "Refraction"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "focus" : [
    {
      🔗 "reference" : "VisionPrescription/Example-MoyaeVisionPrescription-Draft"
    }
  ],
  "encounter" : {
    🔗 "reference" : "Encounter/example-encounter"
  },
  "effectiveDateTime" : "2026-05-31T14:30:00-05:00",
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://moyae.com/is-cc",
            "code" : "cc"
          }
        ]
      },
      "valueBoolean" : false
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "397277005",
            "display" : "Subjective / Manifest refraction (procedure)"
          }
        ]
      },
      "valueBoolean" : true
    }
  ]
}