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

: Vision Prism Base - JSON Representation

Draft as of 2026-06-02

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "vision-base-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vision-base-vs</b></p><a name=\"vision-base-vs\"> </a><a name=\"hcvision-base-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-vision-base-codes.html\"><code>http://hl7.org/fhir/vision-base-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-base-codes.html#vision-base-codes-up\">up</a></td><td>Up</td><td>top.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-vision-base-codes.html#vision-base-codes-down\">down</a></td><td>Down</td><td>bottom.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-vision-base-codes.html#vision-base-codes-in\">in</a></td><td>In</td><td>inner edge.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-vision-base-codes.html#vision-base-codes-out\">out</a></td><td>Out</td><td>outer edge.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.moyae.com/ValueSet/vision-base-vs",
  "version" : "0.1.0",
  "name" : "VisionBase",
  "title" : "Vision Prism Base",
  "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 prism.base value set.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/vision-base-codes",
        "concept" : [
          {
            "code" : "up",
            "display" : "Up"
          },
          {
            "code" : "down",
            "display" : "Down"
          },
          {
            "code" : "in",
            "display" : "In"
          },
          {
            "code" : "out",
            "display" : "Out"
          }
        ]
      }
    ]
  }
}