{
  "resourceType": "StructureDefinition",
  "id": "61aa59b3-be7f-4981-b91a-90cfe7fb7a50",
  "meta": {
    "lastUpdated": "2023-04-09T00:34:04.4671819+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-submission",
  "version": "4.0.0",
  "name": "Practitioner",
  "title": "Practitioner (Submission)",
  "status": "draft",
  "date": "2022-09-21",
  "description": "Practitioner can be the prescriber who authored the originating MedicationRequest (prescription) event or the dispenser 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",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier.system",
        "path": "Practitioner.identifier.system",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Practitioner Identifier System",
          "valueSet": "http://ontariohealth.ca/fhir/ValueSet/drug/practitioner-identifier-system"
        }
      },
      {
        "id": "Practitioner.identifier.value",
        "path": "Practitioner.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name.family",
        "path": "Practitioner.name.family",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.name.given",
        "path": "Practitioner.name.given",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom",
        "path": "Practitioner.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "max": "2",
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom:TelecomPhone",
        "path": "Practitioner.telecom",
        "sliceName": "TelecomPhone",
        "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",
        "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"
        }
      }
    ]
  }
}