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
| Official URL: https://fhir.medmehealth.com/pharmacy-services/ImplementationGuide/medme.fhir.pharmacy.services | Version: 0.9.24 | |||
| Draft as of 2025-12-08 | Computable Name: MedMePharmacyServicesIG | |||
Welcome to the MedMe Pharmacy Services Implementation Guide. This FHIR R4 Implementation Guide provides specifications for comprehensive pharmacy services including prescription dispensing, immunizations, minor ailment treatments, and medication management services within the Canadian healthcare context.
This Implementation Guide defines:
This Implementation Guide supports multilingual content through FHIR primitive extensions. While the profiles don't enforce these extensions, implementers are encouraged to use them for better user experience in bilingual environments.
For fields that support multilingual content (such as name, comment, and extraDetails in HealthcareService), you can add French translations using primitive extensions:
{
"name": "COVID-19 Vaccination Service",
"_name": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [
{
"url": "lang",
"valueCode": "fr"
},
{
"url": "content",
"valueString": "Service de vaccination COVID-19"
}
]
}
]
}
}
_fieldName primitive extension for translationsfr for French translationsvalueString for text fields, valueMarkdown for markdown fieldsTo implement these profiles:
For questions or support with this Implementation Guide, please refer to the FHIR specification or contact the MedMe development team.