FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.oh-dhdr
Resource TypeOrganization
IdOrganizationDispensingPharmacyExampleSubmit.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "OrgPharm8C66632E5A2E111BE05400144FF84F18",
  "identifier": [
    {
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-pharmacy-id-ocp",
      "value": "ON50533355"
    }
  ],
  "name": "Good Life Pharmacy",
  "telecom": [
    {
      "system": "phone",
      "value": "416-539-5532",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "647-619-4550",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "physical",
      "line": [
        "13 Boring St"
      ],
      "city": "Toronto",
      "state": "ON",
      "postalCode": "M1M M2M",
      "country": "CAN"
    }
  ]
}