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

: Example Pharmacy Schedule - JSON Representation

Raw json | Download

{
  "resourceType" : "Schedule",
  "id" : "example-pharmacy-schedule",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medmehealth.com/pharmacy-services/StructureDefinition/medme-pharmacy-schedule"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Schedule example-pharmacy-schedule</b></p><a name=\"example-pharmacy-schedule\"> </a><a name=\"hcexample-pharmacy-schedule\"> </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-schedule.html\">MedMe Pharmacy Schedule</a></p></div><p><b>identifier</b>: <code>https://fhir.medmehealth.com/pharmacy-services/systems/entity/schedule/id</code>/12345, <code>https://fhir.medmehealth.com/pharmacy-services/systems/entity/schedule/name</code>/Test Calendar</p><p><b>active</b>: true</p><p><b>actor</b>: </p><ul><li><a href=\"HealthcareService-pharmacy-immunization-service.html\">HealthcareService COVID-19 and Flu Vaccination Service</a></li><li><a href=\"Location-example-pharmacy-location.html\">Location MedMe Pharmacy - Downtown</a></li></ul></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.medmehealth.com/pharmacy-services/systems/entity/schedule/id",
      "value" : "12345"
    },
    {
      "system" : "https://fhir.medmehealth.com/pharmacy-services/systems/entity/schedule/name",
      "value" : "Test Calendar"
    }
  ],
  "active" : true,
  "actor" : [
    {
      🔗 "reference" : "HealthcareService/pharmacy-immunization-service"
    },
    {
      🔗 "reference" : "Location/example-pharmacy-location"
    }
  ]
}