FHIR IG Statistics: StructureDefinition/ca-on-ps-profile-practitioner
Package | ca.on.oh.patient-summary |
Resource Type | StructureDefinition |
Id | ca-on-ps-profile-practitioner |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ca.on.oh.patient-summary@0.12.8&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner |
URL | http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-practitioner |
Version | 0.10.0 |
Status | active |
Date | 2022-10-15T12:00:00+00:00 |
Name | PractitionerPSON |
Title | Practitioner (PS-ON) |
Realm | ca |
Authority | national |
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. |
Type | Practitioner |
Kind | resource |
Resources that use this resource
Resources that this resource uses
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"
}
]
}
}