FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/c20bba8f-c2ed-4648-bf85-72bef5438a10

Packageca.on.dhdr.r4.v4
TypeStructureDefinition
Idc20bba8f-c2ed-4648-bf85-72bef5438a10
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.dhdr.r4.v4@0.1.2-beta&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Organization-dispenser
URLhttp://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Organization-dispenser
Version1.0.0
Statusactive
Date2022-02-18
NameOrganizationDispenser
Realmus
Authorityhl7
DescriptionThe dispenser (dispensing pharmacy) responsible for the MedicationDispense event.
TypeOrganization
Kindresource

Resources that use this resource

StructureDefinition
ca-on-medications-consumer-profile-MedicationDispenseMedicationDispense

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

No human-readable text provided in this case.

Source

{
  "resourceType": "StructureDefinition",
  "id": "c20bba8f-c2ed-4648-bf85-72bef5438a10",
  "meta": {
    "lastUpdated": "2022-02-18T20:55:52.925+00:00"
  },
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Organization-dispenser",
  "version": "1.0.0",
  "name": "OrganizationDispenser",
  "status": "active",
  "date": "2022-02-18",
  "description": "The dispenser (dispensing pharmacy) responsible for the MedicationDispense event.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization",
        "path": "Organization",
        "mustSupport": true
      },
      {
        "id": "Organization.id",
        "path": "Organization.id",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier.system",
        "path": "Organization.identifier.system",
        "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.\r\n\r\nDHDR: Fixed to URI of Ontario College of Pharmacists Pharmacy ID",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier.value",
        "path": "Organization.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "definition": "A name associated with the organization.\r\n\r\nDHDR: Dispensing Pharmacy Name",
        "mustSupport": true
      },
      {
        "id": "Organization.telecom",
        "path": "Organization.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "definition": "A contact detail for the organization.\r\n\r\nDHDR: Dispensing Pharmacy Phone & Fax Number",
        "max": "2",
        "mustSupport": true
      },
      {
        "id": "Organization.telecom:TelecomPhone",
        "path": "Organization.telecom",
        "sliceName": "TelecomPhone",
        "definition": "A contact detail for the organization.\r\n\r\nDHDR:  Dispensing Pharmacy Phone Number",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Organization.telecom:TelecomPhone.system",
        "path": "Organization.telecom.system",
        "min": 1,
        "fixedCode": "phone",
        "mustSupport": true
      },
      {
        "id": "Organization.telecom:TelecomPhone.value",
        "path": "Organization.telecom.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.telecom:TelecomPhone.use",
        "path": "Organization.telecom.use",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0"
        }
      },
      {
        "id": "Organization.telecom:TelecomFax",
        "path": "Organization.telecom",
        "sliceName": "TelecomFax",
        "definition": "A contact detail for the organization.\r\n\r\nDHDR: Dispensing Pharmacy Fax Number",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Organization.telecom:TelecomFax.system",
        "path": "Organization.telecom.system",
        "min": 1,
        "fixedCode": "fax",
        "mustSupport": true
      },
      {
        "id": "Organization.telecom:TelecomFax.value",
        "path": "Organization.telecom.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.telecom:TelecomFax.use",
        "path": "Organization.telecom.use",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0"
        }
      }
    ]
  }
}