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

FHIR IG Statistics: StructureDefinition/NHSDigital-PractitionerRole-SDS.StructureDefinition

Packageuk.nhsdigital.r4.test
Resource TypeStructureDefinition
IdNHSDigital-PractitionerRole-SDS.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk/StructureDefinition/NHSDigital-PractitionerRole-SDS
URLhttps://fhir.nhs.uk/StructureDefinition/NHSDigital-PractitionerRole-SDS
Statusdraft
NameNHSDigitalPractitionerRoleSDS
DescriptionThis 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.
PurposeConstraint profile for Electronic Prescription System which enforces practitioner, organization, sds role code, sds user profile id and telecom elements in contained resources,
TypePractitionerRole
Kindresource

Resources that use this resource

StructureDefinition
NHSDigital-ClaimNHSDigitalClaim
NHSDigital-MedicationDispenseNHS Digital MedicationDispense
NHSDigital-Task-EPSNHSDigitalTaskEPS

Resources that this resource uses

StructureDefinition
NHSDigital-Organization-SDSNHSDigitalOrganizationSDS
NHSDigital-PractitionerRoleNHSDigitalPractitionerRole

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
      }
    ]
  }
}