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 Prescription Status (Moyae use) - JSON Representation

Draft as of 2026-06-02

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "vision-prescription-status-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vision-prescription-status-vs</b></p><a name=\"vision-prescription-status-vs\"> </a><a name=\"hcvision-prescription-status-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-fm-status.html\"><code>http://hl7.org/fhir/fm-status</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-fm-status.html#fm-status-draft\">draft</a></td><td>Draft (used for in-exam measurement)</td><td>A new instance the contents of which is not complete.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-fm-status.html#fm-status-active\">active</a></td><td>Active (signed prescription)</td><td>The instance is currently in-force.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-fm-status.html#fm-status-cancelled\">cancelled</a></td><td>Cancelled</td><td>The instance is withdrawn, rescinded or reversed.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-fm-status.html#fm-status-entered-in-error\">entered-in-error</a></td><td>Entered in error</td><td>The instance was entered in error.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.moyae.com/ValueSet/vision-prescription-status-vs",
  "version" : "0.1.0",
  "name" : "VisionPrescriptionStatus",
  "title" : "Vision Prescription Status (Moyae use)",
  "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" : "Subset of the FHIR VisionPrescription status code system Moyae emits today. `draft` is overloaded as the in-exam measurement carrier; `active` is the signed prescription.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/fm-status",
        "concept" : [
          {
            "code" : "draft",
            "display" : "Draft (used for in-exam measurement)"
          },
          {
            "code" : "active",
            "display" : "Active (signed prescription)"
          },
          {
            "code" : "cancelled",
            "display" : "Cancelled"
          },
          {
            "code" : "entered-in-error",
            "display" : "Entered in error"
          }
        ]
      }
    ]
  }
}