PackagesCanonicalsLogsProblems
    Packages
    nhsdigital.fhir.stu3@1.3.0
    https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-DCH-Patient-1
description: The Patient resource represents the patient involved in the provision of healthcare related services with further constraints applied to represent a Patient, to support the Digital Child Health project.
package_name: nhsdigital.fhir.stu3
derivation: constraint
name: CareConnect-DCH-Patient-1
type: Patient
elements:
  address:
    elements:
      text: {index: 36}
      line: {index: 37}
      city: {index: 38}
      district: {index: 39}
      state: {index: 40}
      postalCode: {index: 41}
      country: {index: 42}
  managingOrganization:
    type: Reference
    refers: ['https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1']
    index: 66
  name:
    index: 24
    slicing:
      rules: openAtEnd
      ordered: false
      discriminator:
      - {path: use, type: value}
      min: 1
      slices:
        official:
          match: {use: official}
          schema:
            _required: true
            index: 25
            elements:
              use:
                pattern: {type: Code, value: official}
                index: 26
              family: {index: 27}
            required: [family, use]
        other:
          match: {use: null}
          schema:
            index: 28
            elements:
              use: {index: 29}
            required: [use]
  birthDate:
    index: 33
    extensions:
      patient-birthTime: {url: h, min: 1, type: Extension, index: 35}
    elements:
      extension:
        index: 34
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            patient-birthTime:
              match: {url: null}
              schema: {type: Extension, url: h, index: 35}
              min: 1
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        nominatedPharmacy:
          match: {url: null}
          schema: {type: Extension, url: h, index: 8}
        religiousAffiliation:
          match: {url: null}
          schema: {type: Extension, url: h, index: 2}
          max: 1
        residentialStatus:
          match: {url: null}
          schema: {type: Extension, short: The residential status of the patient, url: h, index: 4}
        nhsCommunication:
          match: {url: null}
          schema: {type: Extension, url: h, index: 6}
        treatmentCategory:
          match: {url: null}
          schema: {type: Extension, url: h, index: 5}
        ethnicCategory:
          match: {url: null}
          schema: {type: Extension, url: h, index: 1}
          max: 1
        deathNotificationStatus:
          match: {url: null}
          schema: {type: Extension, url: h, index: 9}
        birthPlace:
          match: {url: null}
          schema: {type: Extension, url: h, index: 7}
        patient-cadavericDonor:
          match: {url: null}
          schema: {type: Extension, url: h, index: 3}
          max: 1
  photo: {index: 51}
  link:
    elements:
      other:
        type: Reference
        refers: ['https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-DCH-Patient-1', 'https://fhir.nhs.uk/STU3/StructureDefinition/DCH-RelatedPerson-1']
        index: 67
  communication: {index: 64}
  animal: {index: 63}
  identifier:
    index: 10
    slicing:
      rules: openAtEnd
      ordered: false
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        nhsNumber:
          match: {system: 'https://fhir.nhs.uk/Id/nhs-number'}
          schema:
            short: The patient's NHS number
            _required: true
            index: 11
            extensions:
              nhsNumberVerificationStatus: {url: h, min: 1, max: 1, type: Extension, short: NHS number verification status, index: 13}
            elements:
              extension:
                index: 12
                slicing:
                  rules: open
                  discriminator:
                  - {path: url, type: value}
                  min: null
                  slices:
                    nhsNumberVerificationStatus:
                      match: {url: null}
                      schema: {type: Extension, short: NHS number verification status, url: h, index: 13}
                      min: 1
                      max: 1
              use: {index: 14}
              type: {index: 15}
              system:
                pattern: {type: Uri, value: 'https://fhir.nhs.uk/Id/nhs-number'}
                index: 16
              value: {index: 17}
              period: {index: 18}
              assigner:
                type: Reference
                refers: ['https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1']
                index: 19
            required: [value, system]
        localIdentifier:
          match: {system: 'https://fhir.nhs.uk/Id/local-patient-identifier'}
          schema:
            short: The patient's other identifiers
            index: 20
            elements:
              system:
                pattern: {type: Uri, value: 'https://fhir.nhs.uk/Id/local-patient-identifier'}
                index: 21
              value: {index: 22}
              assigner:
                type: Reference
                refers: ['https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1']
                index: 23
            required: [value, system]
  telecom:
    elements:
      system: {index: 30}
      value: {index: 31}
    required: [value, system]
  generalPractitioner:
    type: Reference
    refers: ['https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1', 'https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-DCH-Practitioner-1']
    index: 65
  gender: {index: 32}
  maritalStatus:
    index: 43
    elements:
      coding:
        index: 44
        elements:
          system: {index: 45}
          version: {index: 46}
          code: {index: 47}
          display: {index: 48}
          userSelected: {index: 49}
        required: [display, system, code]
      text: {index: 50}
    required: [coding]
  contact:
    elements:
      name:
        index: 52
        elements:
          use: {index: 53}
        required: [use]
      address:
        elements:
          text: {index: 54}
          line: {index: 55}
          city: {index: 56}
          district: {index: 57}
          state: {index: 58}
          postalCode: {index: 59}
          country: {index: 60}
      gender: {index: 61}
      organization:
        type: Reference
        refers: ['https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1']
        index: 62
    required: [name]
package_version: 1.3.0
extensions:
  nominatedPharmacy: {url: h, type: Extension, index: 8}
  religiousAffiliation: {url: h, max: 1, type: Extension, index: 2}
  residentialStatus: {url: h, type: Extension, short: The residential status of the patient, index: 4}
  nhsCommunication: {url: h, type: Extension, index: 6}
  treatmentCategory: {url: h, type: Extension, index: 5}
  ethnicCategory: {url: h, max: 1, type: Extension, index: 1}
  deathNotificationStatus: {url: h, type: Extension, index: 9}
  birthPlace: {url: h, type: Extension, index: 7}
  patient-cadavericDonor: {url: h, max: 1, type: Extension, index: 3}
class: profile
kind: resource
url: https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-DCH-Patient-1
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 1.1.0
required: [name, identifier, birthDate]