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