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

: Eye (Vision) - JSON Representation

Draft as of 2026-06-02

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "vision-eyes-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vision-eyes-vs</b></p><a name=\"vision-eyes-vs\"> </a><a name=\"hcvision-eyes-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-vision-eye-codes.html\"><code>http://hl7.org/fhir/vision-eye-codes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version &#x1F4E6;4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-vision-eye-codes.html#vision-eye-codes-right\">right</a></td><td>Right Eye</td><td>Right Eye.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-vision-eye-codes.html#vision-eye-codes-left\">left</a></td><td>Left Eye</td><td>Left Eye.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.moyae.com/ValueSet/vision-eyes-vs",
  "version" : "0.1.0",
  "name" : "VisionEyes",
  "title" : "Eye (Vision)",
  "status" : "draft",
  "date" : "2026-06-02T00:07:33+00:00",
  "publisher" : "Moyae, Inc.",
  "contact" : [
    {
      "name" : "Moyae, Inc.",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://moyae.com"
        },
        {
          "system" : "email",
          "value" : "partnerships@moyae.com"
        }
      ]
    },
    {
      "name" : "Moyae, Inc.",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://moyae.com"
        },
        {
          "system" : "email",
          "value" : "partnerships@moyae.com"
        }
      ]
    }
  ],
  "description" : "FHIR VisionPrescription lensSpecification.eye value set.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/vision-eye-codes",
        "concept" : [
          {
            "code" : "right",
            "display" : "Right Eye"
          },
          {
            "code" : "left",
            "display" : "Left Eye"
          }
        ]
      }
    ]
  }
}