PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.patient-summary@0.12.1
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner
{
  "description": "This profile defines a set of constraints to the FHIR Practitioner resource for use in Ontario Patient Summaries (PS-ON).  It refines constraints applied to the the Practitioner resource by the PS-CA project to represent a practitioner acting as observer for imaging results. It is informed by the constraints of the [Practitioner-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-Practitioner-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-practitioner.html) to allow for cross-border and cross-jurisdiction sharing of details that support Diagnostic Result Information.",
  "_filename": "PractitionerPSON.json",
  "package_name": "ca.on.oh.patient-summary",
  "date": "2022-10-15T12:00:00+00:00",
  "derivation": "constraint",
  "publisher": "Ontario Health",
  "fhirVersion": "4.0.1",
  "name": "PractitionerPSON",
  "abstract": false,
  "type": "Practitioner",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Practitioner (PS-ON)",
  "package_version": "0.12.1",
  "status": "draft",
  "id": "dc32aa16-ea2a-408f-936b-f6b69de60e3e",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner",
  "version": "0.10.0",
  "differential": {
    "element": [ {
      "id": "Practitioner.meta",
      "min": 1,
      "path": "Practitioner.meta",
      "mustSupport": true
    }, {
      "id": "Practitioner.meta.profile",
      "min": 1,
      "path": "Practitioner.meta.profile",
      "mustSupport": true
    }, {
      "id": "Practitioner.identifier",
      "min": 1,
      "path": "Practitioner.identifier",
      "type": [ {
        "code": "Identifier",
        "profile": [ "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-identifier" ]
      } ],
      "comment": "Used to convey business identifier(s) that are specific to this Practitioner such as a college license number",
      "mustSupport": true
    }, {
      "id": "Practitioner.name",
      "min": 1,
      "path": "Practitioner.name",
      "constraint": [ {
        "key": "ca-baseline-name",
        "human": "Practitioner.name.given or Practitioner.name.family or both SHALL be present",
        "xpath": "f:given or f:family",
        "severity": "error",
        "expression": "family.exists() or given.exists()"
      } ],
      "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",
      "comment": "While IPS-UV considers Practitioner.telecom a MS element, the Ontario approach is to prefer telecom be populated at the PractitionerRole level.",
      "mustSupport": false
    }, {
      "id": "Practitioner.address",
      "path": "Practitioner.address"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner"
}