{
"description": "This profile defines a set of constraints to the FHIR Practitioner resource for use in Alberta Patient Summaries (PS-AB). It includes constraints that represent the minimum expectations for the Practitioner resource when used in the PS-AB Composition profile or in one of the referred resources.",
"_filename": "StructureDefinition-PractitionerPSAB.json",
"package_name": "ca.ab.fhir.psab",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "PractitionerPSAB",
"mapping": [ {
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping",
"identity": "v2"
}, {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
}, {
"uri": "http://www.omg.org/spec/ServD/1.0/",
"name": "ServD",
"identity": "servd"
}, {
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping",
"identity": "w5"
} ],
"abstract": false,
"type": "Practitioner",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Practitioner (PS-AB)",
"package_version": "0.3.0-pre4",
"status": "draft",
"id": "9ea1265f-86dd-43b5-875f-6be33433d5e6",
"kind": "resource",
"url": "https://www.alberta.ca/fhir/psab/StructureDefinition/PractitionerPSAB",
"version": null,
"differential": {
"element": [ {
"id": "Practitioner",
"path": "Practitioner",
"comment": "Practitioner resources included in Alberta Patient Summary Document Bundles SHALL NOT contain any of the following Practitioner details: name period, photo, and qualification. These rules are mechanically enforced through invariants at the PS-AB Bundle level."
}, {
"id": "Practitioner.identifier",
"min": 1,
"path": "Practitioner.identifier",
"comment": "Identifier is mandatory to support for Practitioners acting as authors for Patient Summaries in Alberta"
}, {
"id": "Practitioner.identifier.type",
"min": 1,
"path": "Practitioner.identifier.type",
"comment": "Identifier type is mandatory for each identifier supplied for authoring practitioners. Initial list of types to be supported from Reference set: Provider Identifier Type Codes: Practitioner ID (issued by AH), CPSA ID, CRNA ID, HSPID, CC ID (Connect Care).",
"mustSupport": true
}, {
"id": "Practitioner.identifier.system",
"path": "Practitioner.identifier.system",
"mustSupport": true
}, {
"id": "Practitioner.identifier.value",
"path": "Practitioner.identifier.value",
"comment": "Max length: 20 characters; Allowed characters: Number, alphabetic (upper or lower case), space, hyphen",
"mustSupport": true
}, {
"id": "Practitioner.identifier.assigner",
"min": 1,
"path": "Practitioner.identifier.assigner",
"comment": "Identifier assigner is mandatory for each identifier supplied. Initial list of assigner values to be supported can be found in the Reference set: Provider Identifier Issuing Authority Codes",
"mustSupport": true
}, {
"id": "Practitioner.identifier.assigner.display",
"path": "Practitioner.identifier.assigner.display",
"comment": "Systems may use reference.display to provide the assigner information as a string value matching the supplied Reference set: Provider Identifier Issuing Authority Codes"
}, {
"id": "Practitioner.name",
"min": 1,
"path": "Practitioner.name"
}, {
"id": "Practitioner.name.family",
"min": 1,
"path": "Practitioner.name.family",
"comment": "Max length: 75 characters",
"mustSupport": true
}, {
"id": "Practitioner.name.given",
"min": 1,
"path": "Practitioner.name.given",
"comment": "First name is mandatory; Middle name is optional; Max length: 75 characters",
"mustSupport": true
} ]
},
"baseDefinition": "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitioner"
}