FHIR IG Statistics: StructureDefinition/NHSDigital-PractitionerRole-SDS.StructureDefinition
Package | uk.nhsdigital.r4.test |
Resource Type | StructureDefinition |
Id | NHSDigital-PractitionerRole-SDS.StructureDefinition |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk/StructureDefinition/NHSDigital-PractitionerRole-SDS |
URL | https://fhir.nhs.uk/StructureDefinition/NHSDigital-PractitionerRole-SDS |
Status | draft |
Name | NHSDigitalPractitionerRoleSDS |
Description | This profile is designed to support backwards compatibility with NHS Digital Spine HL7 v3 API's. It should not be used for new API's.
The use of SDS identifiers here is not widely supported and ODS identifiers (professional codes) are preferred instead. |
Purpose | Constraint profile for Electronic Prescription System which enforces practitioner, organization, sds role code, sds user profile id and telecom elements in contained resources, |
Type | PractitionerRole |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"url": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-PractitionerRole-SDS",
"name": "NHSDigitalPractitionerRoleSDS",
"status": "draft",
"description": "This profile is designed to support backwards compatibility with NHS Digital Spine HL7 v3 API's. It should not be used for new API's. \r\n\r\nThe use of SDS identifiers here is not widely supported and ODS identifiers (professional codes) are preferred instead.",
"purpose": "Constraint profile for Electronic Prescription System which enforces practitioner, organization, sds role code, sds user profile id and telecom elements in contained resources,",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "PractitionerRole",
"baseDefinition": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-PractitionerRole",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "PractitionerRole.identifier",
"path": "PractitionerRole.identifier",
"min": 1
},
{
"id": "PractitionerRole.identifier:sdsRoleProfileID",
"path": "PractitionerRole.identifier",
"sliceName": "sdsRoleProfileID",
"min": 1
},
{
"id": "PractitionerRole.practitioner",
"path": "PractitionerRole.practitioner",
"min": 1
},
{
"id": "PractitionerRole.practitioner.identifier",
"path": "PractitionerRole.practitioner.identifier",
"min": 1
},
{
"id": "PractitionerRole.practitioner.identifier.system",
"path": "PractitionerRole.practitioner.identifier.system",
"min": 1,
"fixedUri": "https://fhir.nhs.uk/Id/sds-user-id"
},
{
"id": "PractitionerRole.practitioner.identifier.value",
"path": "PractitionerRole.practitioner.identifier.value",
"min": 1
},
{
"id": "PractitionerRole.practitioner.display",
"path": "PractitionerRole.practitioner.display",
"min": 1
},
{
"id": "PractitionerRole.organization",
"path": "PractitionerRole.organization",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.nhs.uk/StructureDefinition/NHSDigital-Organization-SDS"
]
}
]
},
{
"id": "PractitionerRole.organization.reference",
"path": "PractitionerRole.organization.reference",
"min": 1
},
{
"id": "PractitionerRole.organization.identifier.system",
"path": "PractitionerRole.organization.identifier.system",
"fixedUri": "https://fhir.nhs.uk/Id/ods-organization-code"
},
{
"id": "PractitionerRole.code",
"path": "PractitionerRole.code",
"min": 1
},
{
"id": "PractitionerRole.code.coding:sdsJobRoleCode",
"path": "PractitionerRole.code.coding",
"sliceName": "sdsJobRoleCode",
"min": 1
},
{
"id": "PractitionerRole.telecom",
"path": "PractitionerRole.telecom",
"min": 1
}
]
}
}