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

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

Packageca.on.oh.patient-summary
Resource TypeStructureDefinition
Idca-on-ps-profile-practitioner
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-practitioner
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner
Version0.10.0
Statusactive
Date2022-10-15T12:00:00+00:00
NamePractitionerPSON
TitlePractitioner (PS-ON)
Realmca
Authoritynational
DescriptionThis 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.
TypePractitioner
Kindresource

Resources that use this resource

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

Resources that this resource uses

StructureDefinition
profile-identifierIdentifier DataType Profile (CA Baseline)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ca-on-ps-profile-practitioner",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner",
  "version": "0.10.0",
  "name": "PractitionerPSON",
  "title": "Practitioner (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 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.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "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",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-identifier"
            ]
          }
        ],
        "min": 1,
        "comment": "Used to convey business identifier(s) that are specific to this Practitioner such as a college license number",
        "mustSupport": true
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "min": 1,
        "constraint": [
          {
            "key": "ca-baseline-name",
            "severity": "error",
            "human": "Practitioner.name.given or Practitioner.name.family or both SHALL be present",
            "expression": "family.exists() or given.exists()",
            "xpath": "f:given or f:family"
          }
        ],
        "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"
      }
    ]
  }
}