MedMe Pharmacy Services Implementation Guide
0.9.24 - ci-build Canada flag

MedMe Pharmacy Services Implementation Guide - Local Development build (v0.9.24) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedMe Appointment Type - JSON Representation

Draft as of 2025-12-08

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "medme-appointment-type",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet medme-appointment-type</b></p><a name=\"medme-appointment-type\"> </a><a name=\"hcmedme-appointment-type\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0276.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0276</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 2.1.0, the version found through the package references\"> version &#x1F4E6;2.1.0</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://terminology.hl7.org/5.0.0/CodeSystem-v2-0276.html#v2-0276-WALKIN\">WALKIN</a></td><td>Walk-in</td><td>A previously unscheduled walk-in visit</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0276.html#v2-0276-ROUTINE\">ROUTINE</a></td><td>Routine</td><td>Routine appointment - default if not valued</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.medmehealth.com/pharmacy-services/ValueSet/medme-appointment-type",
  "version" : "0.9.24",
  "name" : "MedMeAppointmentType",
  "title" : "MedMe Appointment Type",
  "status" : "draft",
  "date" : "2025-12-08T15:17:38-05:00",
  "publisher" : "MedMe Health",
  "contact" : [
    {
      "name" : "MedMe Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://medmehealth.com"
        },
        {
          "system" : "email",
          "value" : "fhir@medmehealth.com"
        }
      ]
    }
  ],
  "description" : "Supported appointment types for MedMe pharmacy services (WALKIN and ROUTINE only)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CA"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
        "concept" : [
          {
            "code" : "WALKIN",
            "display" : "Walk-in"
          },
          {
            "code" : "ROUTINE",
            "display" : "Routine"
          }
        ]
      }
    ]
  }
}