FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca-on-dhdr-r4.v09#0.9.0 (62 ms)

Package ca-on-dhdr-r4.v09
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca-on-dhdr-r4.v09@0.9.0&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Practitioner-prescriber
Url http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Practitioner-prescriber
Version 3.0.0
Status active
Date 2021-11-23T20:21:01.1219427+00:00
Name PractitionerPrescriber
Experimental False
Realm ca
Description The prescriber who authored the originating MedicationRequest (prescription) event.
Type Practitioner
Kind resource

Resources that use this resource

No resources found


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-90cfe7fb7a50",
  "meta" : {
    "lastUpdated" : "2021-12-06T19:59:36.266+00:00"
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No human-readable text provided in this case.</div>"
  },
  "url" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Practitioner-prescriber",
  "version" : "3.0.0",
  "name" : "PractitionerPrescriber",
  "status" : "active",
  "date" : "2021-11-23T20:21:01.1219427+00:00",
  "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 or URI of MOH Billing Numbers",
        "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",
        "fixedCode" : "phone",
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.telecom:TelecomPhone.value",
        "path" : "Practitioner.telecom.value",
        "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",
        "fixedCode" : "fax",
        "mustSupport" : true
      },
      {
        "id" : "Practitioner.telecom:TelecomFax.value",
        "path" : "Practitioner.telecom.value",
        "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"
        }
      }
    ]
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.