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

FHIR IG Statistics: StructureDefinition/1c5ab167-e50b-4259-9418-11523e694e26

Packageca.on.dhdr.r4.v4
TypeStructureDefinition
Id1c5ab167-e50b-4259-9418-11523e694e26
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-Practitioner-dispenser
URLhttp://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Practitioner-dispenser
Version1.0.0
Statusactive
Date2022-02-18
NamePractitionerDispenser
Realmus
Authorityhl7
DescriptionThe dispenser (dispensing pharmacist) responsible for the MedicationDispense event.
TypePractitioner
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": "1c5ab167-e50b-4259-9418-11523e694e26",
  "meta": {
    "lastUpdated": "2022-02-18T20:48:22.706+00:00"
  },
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Practitioner-dispenser",
  "version": "1.0.0",
  "name": "PractitionerDispenser",
  "status": "active",
  "date": "2022-02-18",
  "description": "The dispenser (dispensing pharmacist) responsible for the MedicationDispense event.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner",
        "path": "Practitioner",
        "mustSupport": true
      },
      {
        "id": "Practitioner.id",
        "path": "Practitioner.id",
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier",
        "path": "Practitioner.identifier",
        "definition": "An identifier that applies to this person in this role.\r\n\r\nDHDR: Practitioner ID (Licence)",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier.system",
        "path": "Practitioner.identifier.system",
        "comment": "Identifier.system is always case sensitive.\r\n\r\nDHDR Notes:  E.g. [id-system-global-base]/ca-on-license-pharmacist \r\nSee https://simplifier.net/CanadianURIRegistry",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier.value",
        "path": "Practitioner.identifier.value",
        "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986.  The value's primary purpose is computational mapping.  As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.)  A value formatted for human display can be conveyed using the [Rendered Value extension](extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.\r\n\r\nDHDR Note:\r\nE.g. This would be the Ontario College of Pharmacists License # for pharmacists.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name.family",
        "path": "Practitioner.name.family",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name.given",
        "path": "Practitioner.name.given",
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}