PackagesCanonicalsLogsProblems
    Packages
    uk.nhsdigital.r4@2.4.4
    https://fhir.nhs.uk/StructureDefinition/NHSDigital-Patient-PDS
description: This profile is designed around Patient Demographics Services and PDS may be used as the source of this data. \r\nUse of PDS is not mandatory for Patient resources, Patient Administration Systems (PAS) and Master Patient Index (MPI) may be used instead. Only traced NHS Number SHOULD be used with this resource unless explicitly stated. Within NHS Trusts the inclusion of MRN (Medical Record Numbers) identifiers is highly recommended.
package_name: uk.nhsdigital.r4
derivation: constraint
name: NHSDigitalPatientPDS
type: Patient
elements:
  identifier:
    index: 0
    slicing:
      slices:
        nhsNumber:
          match: {}
          schema: {_required: true, index: 1}
          min: 1
  name: {index: 2}
  gender: {index: 3}
  birthDate: {index: 4}
  address: {index: 5}
  generalPractitioner:
    index: 6
    elements:
      identifier:
        index: 7
        elements:
          system: {index: 8}
          value: {index: 9}
        required: [value, system]
    required: [identifier]
    slicing:
      slices:
        registeredGPPractice:
          match: {}
          schema: {_required: true, index: 10}
          min: 1
          max: 1
package_version: 2.4.4
class: profile
kind: resource
url: https://fhir.nhs.uk/StructureDefinition/NHSDigital-Patient-PDS
base: https://fhir.nhs.uk/StructureDefinition/NHSDigital-Patient
version: null
required: [gender, name, address, identifier, birthDate, generalPractitioner]