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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-pharmacy-location"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medmehealth.com/pharmacy-services/StructureDefinition/medme-pharmacy-location"^^xsd:anyURI ;
fhir:l <https://fhir.medmehealth.com/pharmacy-services/StructureDefinition/medme-pharmacy-location> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-pharmacy-location</b></p><a name=\"example-pharmacy-location\"> </a><a name=\"hcexample-pharmacy-location\"> </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-location.html\">MedMe Pharmacy Location</a></p></div><p><b>identifier</b>: <code>https://fhir.medmehealth.com/pharmacy-services/systems/entity/location/id</code>/loc-67890, <code>https://fhir.medmehealth.com/pharmacy-services/systems/entity/location/store-number</code>/STORE-001</p><p><b>status</b>: Active</p><p><b>name</b>: MedMe Pharmacy - Downtown</p><p><b>description</b>: Main downtown location for MedMe pharmacy services</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PHARM}\">Pharmacy</span></p><p><b>telecom</b>: <a href=\"tel:+1-555-987-6543\">+1-555-987-6543</a>, fax: +1-555-987-6544(Work), <a href=\"mailto:downtown@medme.com\">downtown@medme.com</a></p><p><b>address</b>: 456 Queen Street West, Toronto, ON M5V 2B7</p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>-79.3832</td><td>43.6532</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-example-pharmacy-organization.html\">Organization MedMe Pharmacy</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://fhir.medmehealth.com/pharmacy-services/systems/entity/location/id"^^xsd:anyURI ;
fhir:l <https://fhir.medmehealth.com/pharmacy-services/systems/entity/location/id> ] ;
fhir:value [ fhir:v "loc-67890" ]
] [
fhir:system [
fhir:v "https://fhir.medmehealth.com/pharmacy-services/systems/entity/location/store-number"^^xsd:anyURI ;
fhir:l <https://fhir.medmehealth.com/pharmacy-services/systems/entity/location/store-number> ] ;
fhir:value [ fhir:v "STORE-001" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "MedMe Pharmacy - Downtown"] ; #
fhir:description [ fhir:v "Main downtown location for MedMe pharmacy services"] ; #
fhir:mode [ fhir:v "instance"] ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode> ] ;
fhir:code [ fhir:v "PHARM" ] ;
fhir:display [ fhir:v "Pharmacy" ] ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1-555-987-6543" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "+1-555-987-6544" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "downtown@medme.com" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address [
fhir:text [ fhir:v "456 Queen Street West, Toronto, ON M5V 2B7" ] ;
( fhir:line [ fhir:v "456 Queen Street West" ] ) ;
fhir:city [ fhir:v "Toronto" ] ;
fhir:state [ fhir:v "ON" ] ;
fhir:postalCode [ fhir:v "M5V 2B7" ] ;
fhir:country [ fhir:v "CA" ]
] ; #
fhir:position [
fhir:longitude [ fhir:v -79.3832 ] ;
fhir:latitude [ fhir:v 43.6532 ]
] ; #
fhir:managingOrganization [
fhir:l fhir:Organization/example-pharmacy-organization ;
fhir:reference [ fhir:v "Organization/example-pharmacy-organization" ]
] . #
IG © 2025+ MedMe Health. Package medme.fhir.pharmacy.services#0.9.24 based on FHIR 4.0.1. Generated 2025-12-08
Links: Table of Contents |
QA Report