{
  "resourceType": "StructureDefinition",
  "id": "61aa59b3-be7f-4981-b91a-90cfe7fb7a50",
  "meta": {
    "lastUpdated": "2023-04-10T00:33:34.0293633+00:00"
  },
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Practitioner",
  "version": "4.0.0",
  "name": "Practitioner",
  "title": "Practitioner",
  "status": "draft",
  "description": "The prescriber who authored the originating MedicationRequest (prescription) or the dispenser responsible for the MedicationDispense or MedicationAdministration event.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "acCDR-HL7v2-mapping",
      "name": "acCDR HL7v2 mapping"
    }
  ],
  "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,
        "mapping": [
          {
            "identity": "acCDR-HL7v2-mapping",
            "map": "ORC.12",
            "comment": "ordering provider"
          }
        ]
      },
      {
        "id": "Practitioner.identifier.system",
        "path": "Practitioner.identifier.system",
        "min": 1,
        "mustSupport": true,
        "mapping": [
          {
            "identity": "acCDR-HL7v2-mapping",
            "map": "ORC.12.9.1",
            "comment": "assigning authority"
          }
        ]
      },
      {
        "id": "Practitioner.identifier.value",
        "path": "Practitioner.identifier.value",
        "min": 1,
        "mustSupport": true,
        "mapping": [
          {
            "identity": "acCDR-HL7v2-mapping",
            "map": "ORC.12.1",
            "comment": "identifier"
          }
        ]
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name.family",
        "path": "Practitioner.name.family",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "acCDR-HL7v2-mapping",
            "map": "ORC.12.2",
            "comment": "family name"
          }
        ]
      },
      {
        "id": "Practitioner.name.given",
        "path": "Practitioner.name.given",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "acCDR-HL7v2-mapping",
            "map": "ORC.12.3/ORC.12.4",
            "comment": "given and middle names"
          }
        ]
      },
      {
        "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,
        "mapping": [
          {
            "identity": "acCDR-HL7v2-mapping",
            "map": "ORC.14"
          }
        ]
      },
      {
        "id": "Practitioner.telecom:TelecomPhone.system",
        "path": "Practitioner.telecom.system",
        "min": 1,
        "fixedCode": "phone",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "acCDR-HL7v2-mapping",
            "map": "ORC.14.3"
          }
        ]
      },
      {
        "id": "Practitioner.telecom:TelecomPhone.value",
        "path": "Practitioner.telecom.value",
        "min": 1,
        "mustSupport": true,
        "mapping": [
          {
            "identity": "acCDR-HL7v2-mapping",
            "map": "ORC.14.1",
            "comment": "telephone number"
          }
        ]
      },
      {
        "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"
        },
        "mapping": [
          {
            "identity": "acCDR-HL7v2-mapping",
            "map": "ORC.14.2"
          }
        ]
      },
      {
        "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"
        }
      }
    ]
  }
}