{
  "resourceType": "StructureDefinition",
  "id": "61aa59b3-be7f-4981-b91a-90cfe7fb7a50",
  "meta": {
    "lastUpdated": "2024-04-16T14:58:06.2434563+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",
  "version": "4.0.1",
  "name": "Practitioner",
  "title": "Practitioner",
  "status": "active",
  "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.meta",
        "path": "Practitioner.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.meta.profile",
        "path": "Practitioner.meta.profile",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier",
        "path": "Practitioner.identifier",
        "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",
        "min": 1,
        "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.name.prefix",
        "path": "Practitioner.name.prefix",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name.suffix",
        "path": "Practitioner.name.suffix",
        "mustSupport": true
      }
    ]
  }
}