PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.patient-summary@0.9.1-alpha-7
    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": "2021-10-04T11:30:20+00:00",
  "derivation": "constraint",
  "publisher": "Ontario Health",
  "name": "PractitionerPSON",
  "abstract": false,
  "type": "Practitioner",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Practitioner (PS-ON)",
  "package_version": "0.9.1-alpha-7",
  "status": "draft",
  "id": "26fb88ad-0622-4a4b-9d14-6bf485f91c75",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner",
  "version": "0.9.1",
  "differential": {
    "element": [ {
      "id": "Practitioner",
      "path": "Practitioner"
    }, {
      "id": "Practitioner.id",
      "path": "Practitioner.id",
      "definition": "Logical id of this artifact"
    }, {
      "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"
}