DataStandardsWales-PSOM-PractitionerRole
Overview
The following Profile is defined as part of the Data Standards Wales implementation guide.
This page describes how the DataStandardsWales PractitionerRole profile is used in the DataStandardsWales PSOM use case. The PractitionerRole profile does not contain any explicit mappings from the DSCN PROMs-Metadata-2024004 as it used to refer to the Senior Responsible Professional and Originating Organisation that are represented by the DataStandardsWales Practitioner and DataStandardsWales Organization profiles respectively.
Mappings
FHIR element | Item Reference | Name |
---|---|---|
PractitionerRole.practitioner | MEDPX002A | Senior Responsible Professional Name (implicit, main mapping is on Practitioner.name) |
PractitionerRole.practitioner | MEDPX002B | Senior Responsible Professional Identifier Code System (implicit, main mapping is on Practitioner.identifier.system) |
PractitionerRole.practitioner | MEDPX002C | Senior Responsible Professional Identifier (implicit, main mapping is on Practitioner.identifier.value) |
PractitionerRole.organization | MDDPX002X | Originating Organisation Code (implicit, main mapping is on Organization.identifier) |
Example
Search
Below is an overview of recommended Server RESTful FHIR search interactions for this profile. The search syntax used to describe the interactions is described here. The following search parameters are recommended:
identifier
_include
Identifier
Retrieves all PractitionerRole resources that have the specified identifier:
GET [base]/PractitionerRole?identifier=https://fhir.hl7.org.uk/Id/gmc-number|9630333
_Include option 1
Retrieves all PractitionerRoles and the Practitioner resources the PractitionerRole resource refers to:
GET [base]/Practitioner?_include=PractitionerRole:practitioner
_Include option 2
Retrieves all PractitionerRoles and the Organization resources the PractitionerRole resource refers to:
GET [base]/Practitioner?_include=PractitionerRole:organization