PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.shc-vaccination@1.0.0
    http://hl7.org/fhir/uv/shc-vaccination/StructureDefinition/shc-patient-general-ad
description: Defines a [fallback (AD) profile](./profiles.html#conformance-to-profiles) representing a patient in a health card related to infectious disease vaccination and testing issued in jurisdictions where no jurisdiction-specific profile is available.\n\n[See here for implementation details](./patient.html).
package_name: hl7.fhir.uv.shc-vaccination
derivation: constraint
name: SHCPatientGeneralAD
type: Patient
elements:
  id: {short: Should not be populated, index: 0}
  name:
    short: Official name (i.e., legal name) of patient
    constraint:
      vc-name-invariant: {human: 'Require one of the key name elements to be filled. Allows for `text` for names that cannot be cleanly categorized into `family` and `given` (https://www.nature.com/articles/d41586-020-02761-z).', source: 'http://hl7.org/fhir/uv/shc-vaccination/StructureDefinition/shc-patient-general-ad', severity: error, expression: (family.exists() and given.exists()) xor text.exists()}
    mustSupport: true
    index: 1
    elements:
      text: {short: Use instead of `family` and `given` if the patient's name cannot be easily split into these elements, index: 2}
      family: {mustSupport: true, index: 3}
      given: {short: 'Parts of patient''s name other than their family name that appear on photo ID; e.g., first and middle names', mustSupport: true, index: 4}
      prefix: {mustSupport: true, index: 5}
      suffix: {mustSupport: true, index: 6}
  telecom:
    elements:
      value:
        constraint:
          vc-should-be-omitted-privacy: {human: SHOULD be omitted to protect privacy and for data minimization., source: 'http://hl7.org/fhir/uv/shc-vaccination/StructureDefinition/shc-patient-general-ad', severity: warning, expression: $this.length() = 0}
        index: 7
  gender:
    short: Administrative gender
    constraint:
      use-only-if-required-by-law: {human: SHALL be omitted UNLESS required by law in jurisdiction where SHC is issued, source: 'http://hl7.org/fhir/uv/shc-vaccination/StructureDefinition/shc-patient-general-ad', severity: warning, expression: $this.length() = 0}
    index: 8
  birthDate: {mustSupport: true, index: 9}
  address:
    elements:
      text: {short: SHALL not be included, index: 10}
      line: {short: SHALL not be included, index: 11}
      city:
        constraint:
          vc-should-be-omitted-privacy: {human: SHOULD be omitted to protect privacy and for data minimization., source: 'http://hl7.org/fhir/uv/shc-vaccination/StructureDefinition/shc-patient-general-ad', severity: warning, expression: $this.length() = 0}
        index: 12
      district:
        constraint:
          vc-should-be-omitted-privacy: {human: SHOULD be omitted to protect privacy and for data minimization., source: 'http://hl7.org/fhir/uv/shc-vaccination/StructureDefinition/shc-patient-general-ad', severity: warning, expression: $this.length() = 0}
        index: 13
      state:
        constraint:
          vc-should-be-omitted-privacy: {human: SHOULD be omitted to protect privacy and for data minimization., source: 'http://hl7.org/fhir/uv/shc-vaccination/StructureDefinition/shc-patient-general-ad', severity: warning, expression: $this.length() = 0}
        index: 14
      postalCode:
        constraint:
          vc-should-be-omitted-privacy: {human: SHOULD be omitted to protect privacy and for data minimization., source: 'http://hl7.org/fhir/uv/shc-vaccination/StructureDefinition/shc-patient-general-ad', severity: warning, expression: $this.length() = 0}
        index: 15
  photo: {index: 16}
  contact: {index: 17}
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/shc-vaccination/StructureDefinition/shc-patient-general-ad
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 1.0.0
required: [name]