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

FHIR IG Statistics: StructureDefinition/61aa59b3-be7f-4981-b91a-90cfe7fb7e15

Packageca.on.dhdr.r4.v4
TypeStructureDefinition
Id61aa59b3-be7f-4981-b91a-90cfe7fb7e15
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-prescriber
URLhttp://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Practitioner-prescriber
Version1.0.0
Statusactive
Date2022-02-18
NamePractitionerPrescriber
Realmus
Authorityhl7
DescriptionThe prescriber who authored the originating MedicationRequest (prescription) event.
TypePractitioner
Kindresource

Resources that use this resource

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

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": "61aa59b3-be7f-4981-b91a-90cfe7fb7e15",
  "meta": {
    "lastUpdated": "2022-02-18T20:33:43.578+00:00"
  },
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-consumer-profile-Practitioner-prescriber",
  "version": "1.0.0",
  "name": "PractitionerPrescriber",
  "status": "active",
  "date": "2022-02-18",
  "description": "The prescriber who authored the originating MedicationRequest (prescription) 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\nDHDR: Practitioner ID (Licence): Prescriber, Pharmacist, other",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier.system",
        "path": "Practitioner.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: URI of a licence regulating body",
        "comment": "Identifier.system is always case sensitive.\r\n\r\nDHDR Note:  See https://simplifier.net/CanadianURIRegistry",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier.value",
        "path": "Practitioner.identifier.value",
        "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.\r\n\r\nDHDR: Licence # or other business identifier",
        "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: E.g. This would be the CPSO License # for prescribers, or the CPHA 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",
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom",
        "path": "Practitioner.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "definition": "A contact detail for the practitioner, e.g. a telephone number or an email address.\r\n\r\nDHDR: Practitioner Phone and Fax",
        "max": "2",
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom:TelecomPhone",
        "path": "Practitioner.telecom",
        "sliceName": "TelecomPhone",
        "definition": "A contact detail for the practitioner, e.g. a telephone number or an email address.\r\n\r\nDHDR: Practitioner Phone Number",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom:TelecomPhone.system",
        "path": "Practitioner.telecom.system",
        "min": 1,
        "fixedCode": "phone",
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom:TelecomPhone.value",
        "path": "Practitioner.telecom.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom:TelecomPhone.use",
        "path": "Practitioner.telecom.use",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0"
        }
      },
      {
        "id": "Practitioner.telecom:TelecomFax",
        "path": "Practitioner.telecom",
        "sliceName": "TelecomFax",
        "definition": "A contact detail for the practitioner, e.g. a telephone number or an email address.\r\n\r\nDHDR: Practitioner Fax Number",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom:TelecomFax.system",
        "path": "Practitioner.telecom.system",
        "min": 1,
        "fixedCode": "fax",
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom:TelecomFax.value",
        "path": "Practitioner.telecom.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom:TelecomFax.use",
        "path": "Practitioner.telecom.use",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0"
        }
      }
    ]
  }
}