FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/ca-on-ps-profile-practitionerrole

Packageca.on.oh.patient-summary
Resource TypeStructureDefinition
Idca-on-ps-profile-practitionerrole
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.patient-summary@0.12.8&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitionerrole
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitionerrole
Version0.10.0
Statusactive
Date2022-10-15T12:00:00+00:00
NamePractitionerRolePSON
TitlePractitionerRole (PS-ON)
Realmca
Authoritynational
DescriptionThis profile defines a set of constraints to the FHIR PractitionerRole resource for use in Ontario Patient Summaries (PS-ON). It refines constraints applied to the the PractitionerRole resource by the PS-CA project to represent a practitioner acting as an observer for observation results for a specified organization. It is informed by the constraints of the [PractitionerRole-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-PractitionerRole-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-practitionerrole.html) to allow for cross-border and cross-jurisdiction sharing of details that support Diagnostic Result Information.
TypePractitionerRole
Kindresource

Resources that use this resource

StructureDefinition
ca-on-ps-profile-compositionComposition (PS-ON)
ca-on-ps-profile-patientPatient (PS-ON)

Resources that this resource uses

StructureDefinition
profile-identifierIdentifier DataType Profile (CA Baseline)
ca-on-ps-profile-codeableconceptCodeable Concept (PS-ON)
ca-on-ps-profile-codingCoding (PS-ON)
ca-on-ps-profile-organizationOrganization (PS-ON)
ca-on-ps-profile-practitionerPractitioner (PS-ON)
ValueSet
practitionerspecialtyPractitionerSpecialty
healthcare-professional-roles-uv-ipsHealthcare Professional Roles - IPS
HealthcareProviderRoleTypeHealthcare Provider Role Type

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ca-on-ps-profile-practitionerrole",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitionerrole",
  "version": "0.10.0",
  "name": "PractitionerRolePSON",
  "title": "PractitionerRole (PS-ON)",
  "status": "active",
  "date": "2022-10-15T12:00:00+00:00",
  "publisher": "Ontario Health",
  "description": "This profile defines a set of constraints to the FHIR PractitionerRole resource for use in Ontario Patient Summaries (PS-ON).  It refines constraints applied to the the PractitionerRole resource by the PS-CA project to represent a practitioner acting as an observer for observation results for a specified organization. It is informed by the constraints of the [PractitionerRole-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-PractitionerRole-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-practitionerrole.html) to allow for cross-border and cross-jurisdiction sharing of details that support Diagnostic Result Information.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "PractitionerRole",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "PractitionerRole.meta",
        "path": "PractitionerRole.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.meta.profile",
        "path": "PractitionerRole.meta.profile",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.identifier",
        "path": "PractitionerRole.identifier",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-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",
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.practitioner",
        "path": "PractitionerRole.practitioner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.organization",
        "path": "PractitionerRole.organization",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.code",
        "path": "PractitionerRole.code",
        "definition": "Roles which this practitioner is authorized to perform for the organization.",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-codeableconcept"
            ]
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "A role type that is used to categorize an entity that delivers health care in an expected and professional manner to an entity in need of health care services. Examples: Registered Nurse, Chiropractor, Physician, Custodial Care Clinic.",
          "valueSet": "http://ontariohealth.ca/fhir/ValueSet/HealthcareProviderRoleType"
        }
      },
      {
        "id": "PractitionerRole.code.coding",
        "path": "PractitionerRole.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "description": "Discriminated by the bound value set",
          "rules": "open"
        },
        "mustSupport": true,
        "type": [
          {
            "code": "Coding",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-coding"
            ]
          }
        ]
      },
      {
        "id": "PractitionerRole.code.coding:healthcareProfessionalRoles",
        "path": "PractitionerRole.code.coding",
        "sliceName": "healthcareProfessionalRoles",
        "short": "An optional slice for representing Healthcare professional role codes from International Standard Classification of Occupations (ISCO)",
        "definition": "Healthcare professional role codes from International Standard Classification of Occupations (ISCO).",
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "healthcareProfessionalRoles"
            }
          ],
          "strength": "required",
          "description": "healthcare professional roles",
          "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/healthcare-professional-roles-uv-ips"
        }
      },
      {
        "id": "PractitionerRole.code.coding:HealthcareProviderRoleType",
        "path": "PractitionerRole.code.coding",
        "sliceName": "HealthcareProviderRoleType",
        "short": "An optional slice for representing Healthcare professional role codes from International Standard Classification of Occupations (ISCO)",
        "definition": "Healthcare professional role codes from International Standard Classification of Occupations (ISCO).",
        "binding": {
          "strength": "required",
          "description": "A role type that is used to categorize an entity that delivers health care in an expected and professional manner to an entity in need of health care services. Examples: Registered Nurse, Chiropractor, Physician, Custodial Care Clinic.",
          "valueSet": "http://ontariohealth.ca/fhir/ValueSet/HealthcareProviderRoleType"
        },
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.specialty",
        "path": "PractitionerRole.specialty",
        "short": "PractitionerSpecialty",
        "comment": "PractitionerRole.specialty may be used in a future implemention of PS-ON if PractitionerRole.code does not provide a sufficient level of detail.",
        "binding": {
          "strength": "preferred",
          "description": "Defines the clinical, medical, surgical or other healthcare-related service specialty of a practitioner who interacts, treats or provides such services to or for a patient.",
          "valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/practitionerspecialty"
        }
      },
      {
        "id": "PractitionerRole.telecom",
        "path": "PractitionerRole.telecom",
        "mustSupport": true
      }
    ]
  }
}