PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-setp@0.9.0-alpha1.0.33
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-practitionerrole
{
  "description": "This profile defines a set of constraints to the FHIR PractitionerRole resource for use in Ontario Surgical Efficiency and Real-Time OR data.",
  "_filename": "SETPPractitionerRole.json",
  "package_name": "ca.on.oh-setp",
  "date": "2023-03-29",
  "derivation": "constraint",
  "publisher": "Ontario Health",
  "fhirVersion": "4.0.1",
  "name": "PractitionerRole",
  "abstract": false,
  "type": "PractitionerRole",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "PractitionerRole",
  "package_version": "0.9.0-alpha1.0.33",
  "status": "draft",
  "id": "dc77b14f-786e-4543-84cc-50048dba2a8b",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-practitionerrole",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "PractitionerRole.meta",
      "min": 1,
      "path": "PractitionerRole.meta",
      "mustSupport": true
    }, {
      "id": "PractitionerRole.meta.profile",
      "min": 1,
      "path": "PractitionerRole.meta.profile",
      "comment": "#### **_` FOR SETP USAGE: The meta.profile = http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-practitionerrole|1.0.0 `_**\r\n\r\nIt is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time.  The list of profile URLs is a set.",
      "mustSupport": true
    }, {
      "id": "PractitionerRole.identifier",
      "path": "PractitionerRole.identifier",
      "comment": "Can be populated with a system identifier such as a UUID. Should not be populated with college license number; license number should be conveyed in the Practitioner resource"
    }, {
      "id": "PractitionerRole.identifier.system",
      "path": "PractitionerRole.identifier.system"
    }, {
      "id": "PractitionerRole.identifier.value",
      "path": "PractitionerRole.identifier.value"
    }, {
      "id": "PractitionerRole.practitioner",
      "min": 1,
      "path": "PractitionerRole.practitioner",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Practitioner" ]
      } ],
      "mustSupport": true
    }, {
      "id": "PractitionerRole.practitioner.reference",
      "min": 1,
      "path": "PractitionerRole.practitioner.reference",
      "mustSupport": true
    }, {
      "id": "PractitionerRole.specialty",
      "max": "1",
      "min": 1,
      "path": "PractitionerRole.specialty",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/setp-hospital-service",
        "description": "Hospital Service used for Procedure Service or Surgeon Service"
      },
      "mustSupport": true
    }, {
      "id": "PractitionerRole.specialty.coding",
      "max": "1",
      "min": 1,
      "path": "PractitionerRole.specialty.coding",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://ontariohealth.ca/fhir/ValueSet/setp-hospital-service",
        "description": "Hospital Service used for Procedure Service or Surgeon Service"
      },
      "mustSupport": true
    }, {
      "id": "PractitionerRole.specialty.coding.system",
      "min": 1,
      "path": "PractitionerRole.specialty.coding.system",
      "mustSupport": true
    }, {
      "id": "PractitionerRole.specialty.coding.code",
      "min": 1,
      "path": "PractitionerRole.specialty.coding.code",
      "mustSupport": true
    }, {
      "id": "PractitionerRole.specialty.coding.display",
      "path": "PractitionerRole.specialty.coding.display",
      "mustSupport": true
    } ]
  },
  "contact": [ {
    "name": "Ontario Health",
    "telecom": [ {
      "value": "http://ontariohealth.ca/fhir/",
      "system": "url"
    }, {
      "value": "some.email@ontariohealth.ca",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole"
}