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
{
"resourceType" : "Appointment",
"id" : "test-appointment-id",
"meta" : {
"profile" : [
🔗 "https://fhir.medmehealth.com/pharmacy-services/StructureDefinition/medme-pharmacy-appointment"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment test-appointment-id</b></p><a name=\"test-appointment-id\"> </a><a name=\"hctest-appointment-id\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medme-pharmacy-appointment.html\">MedMe Pharmacy Appointment</a></p></div><p><b>Appointment Mode</b>: in-person</p><p><b>Communication Language</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/language en-CA}\">English (Canada)</span></p><p><b>identifier</b>: <code>https://fhir.medmehealth.com/pharmacy-services/systems/entity/appointment/id</code>/test-appointment-id</p><p><b>status</b>: Booked</p><p><b>appointmentType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 ROUTINE}\">Routine appointment - default if not valued</span></p><p><b>start</b>: 2023-01-01 10:00:00+0000</p><p><b>end</b>: 2023-01-01 10:15:00+0000</p><p><b>minutesDuration</b>: 30</p><p><b>slot</b>: <a href=\"Slot-slot-123.html\">Slot: extension = 2,2025-07-15 09:15:00+0000; identifier = https://fhir.medmehealth.com/pharmacy-services/systems/entity/slot/id#a521be25-475d-4a45-b193-026c3d35048d; serviceType = 123; status = free; start = 2025-07-15 09:15:00+0000; end = 2025-07-15 09:30:00+0000</a></p><p><b>created</b>: 2023-01-01 10:00:00+0000</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-66ccb0fd-199d-4321-95b0-4defae497b72.html\">Jane Doe Female, DoB: 1990-01-13 ( Medical record number)</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"HealthcareService-pharmacy-immunization-service.html\">HealthcareService COVID-19 and Flu Vaccination Service</a></p><p><b>status</b>: Accepted</p></blockquote></div>"
},
"extension" : [
{
"url" : "https://fhir.medmehealth.com/pharmacy-services/StructureDefinition/appointment-mode",
"valueString" : "in-person"
},
{
"url" : "https://fhir.medmehealth.com/pharmacy-services/StructureDefinition/communication-language",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/language",
"code" : "en-CA",
"display" : "English (Canada)"
}
],
"text" : "English (Canada)"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-contact"
}
],
"identifier" : [
{
"system" : "https://fhir.medmehealth.com/pharmacy-services/systems/entity/appointment/id",
"value" : "test-appointment-id"
}
],
"status" : "booked",
"appointmentType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
"code" : "ROUTINE"
}
]
},
"start" : "2023-01-01T10:00:00Z",
"end" : "2023-01-01T10:15:00Z",
"minutesDuration" : 30,
"slot" : [
{
🔗 "reference" : "Slot/slot-123"
}
],
"created" : "2023-01-01T10:00:00Z",
"participant" : [
{
"actor" : {
🔗 "reference" : "Patient/66ccb0fd-199d-4321-95b0-4defae497b72"
},
"status" : "accepted"
},
{
"actor" : {
🔗 "reference" : "HealthcareService/pharmacy-immunization-service"
},
"status" : "accepted"
}
]
}