MedMe Pharmacy Services Implementation Guide
0.9.24 - ci-build
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
| Draft as of 2025-12-08 |
{
"resourceType" : "ValueSet",
"id" : "medme-appointment-status",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet medme-appointment-status</b></p><a name=\"medme-appointment-status\"> </a><a name=\"hcmedme-appointment-status\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html\"><code>http://hl7.org/fhir/appointmentstatus</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 📦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-appointmentstatus.html#appointmentstatus-pending\">pending</a></td><td>Pending</td><td>Some or all of the participant(s) have not finalized their acceptance of the appointment request.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-booked\">booked</a></td><td>Booked</td><td>All participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-cancelled\">cancelled</a></td><td>Cancelled</td><td>The appointment has been cancelled.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-fulfilled\">fulfilled</a></td><td>Fulfilled</td><td>The planning stages of the appointment are now complete, the encounter resource will exist and will track further status changes. Note that an encounter may exist before the appointment status is fulfilled for many reasons.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-entered-in-error\">entered-in-error</a></td><td>Entered in Error</td><td>This instance should not have been part of this patient's medical record.</td></tr></table></li></ul></div>"
},
"url" : "https://fhir.medmehealth.com/pharmacy-services/ValueSet/medme-appointment-status",
"version" : "0.9.24",
"name" : "MedMeAppointmentStatus",
"title" : "MedMe Appointment Status",
"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 statuses for MedMe pharmacy services",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CA"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/appointmentstatus",
"concept" : [
{
"code" : "pending",
"display" : "Pending"
},
{
"code" : "booked",
"display" : "Booked"
},
{
"code" : "cancelled",
"display" : "Cancelled"
},
{
"code" : "fulfilled",
"display" : "Fulfilled"
},
{
"code" : "entered-in-error",
"display" : "Entered in Error"
}
]
}
]
}
}