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 Organization - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="example-pharmacy-organization"/>
  <meta>
    <profile
             value="https://fhir.medmehealth.com/pharmacy-services/StructureDefinition/medme-pharmacy-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization example-pharmacy-organization</b></p><a name="example-pharmacy-organization"> </a><a name="hcexample-pharmacy-organization"> </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-organization.html">MedMe Pharmacy Organization</a></p></div><p><b>identifier</b>: <code>https://fhir.medmehealth.com/pharmacy-services/systems/entity/organization/id</code>/org-12345, <code>https://fhir.medmehealth.com/pharmacy-services/systems/entity/organization/enterprise-code</code>/MEDME-PHARM</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span></p><p><b>name</b>: MedMe Pharmacy</p><p><b>telecom</b>: <a href="tel:+1-555-123-4567">+1-555-123-4567</a>, <a href="mailto:contact@medmepharmacy.com">contact@medmepharmacy.com</a></p><p><b>address</b>: 123 Main Street Toronto ON M5V 3A8 CA </p></div>
  </text>
  <identifier>
    <system
            value="https://fhir.medmehealth.com/pharmacy-services/systems/entity/organization/id"/>
    <value value="org-12345"/>
  </identifier>
  <identifier>
    <system
            value="https://fhir.medmehealth.com/pharmacy-services/systems/entity/organization/enterprise-code"/>
    <value value="MEDME-PHARM"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
  </type>
  <name value="MedMe Pharmacy"/>
  <telecom>
    <system value="phone"/>
    <value value="+1-555-123-4567"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="contact@medmepharmacy.com"/>
  </telecom>
  <address>
    <line value="123 Main Street"/>
    <city value="Toronto"/>
    <state value="ON"/>
    <postalCode value="M5V 3A8"/>
    <country value="CA"/>
  </address>
</Organization>