PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.examples@6.0.0-ballot3
    http://hl7.org/fhir/StructureDefinition/Patient
description: Demographics and other administrative information about an individual or animal that is the subject of potential, past, current, or future health-related care, services, or processes.
package_name: hl7.fhir.r6.examples
derivation: specialization
name: Patient
type: Patient
elements:
  multipleBirthBoolean: {isModifier: false, short: Whether patient is part of a multiple birth, type: boolean, mustSupport: false, choiceOf: multipleBirth, isSummary: false, index: 14}
  address: {isModifier: false, short: An address for the individual, type: Address, mustSupport: false, array: true, isSummary: true, index: 10}
  deceasedDateTime: {isModifier: true, short: Indicates if/when the individual is deceased, type: dateTime, mustSupport: false, isModifierReason: 'This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different.', choiceOf: deceased, isSummary: true, index: 9}
  managingOrganization:
    isModifier: false
    short: Organization that is the custodian of the patient record
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    type: Reference
    mustSupport: false
    isSummary: true
    index: 32
  deceasedBoolean: {isModifier: true, short: Indicates if/when the individual is deceased, type: boolean, mustSupport: false, isModifierReason: 'This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different.', choiceOf: deceased, isSummary: true, index: 8}
  name: {isModifier: false, short: A name associated with the patient, type: HumanName, mustSupport: false, array: true, isSummary: true, index: 2}
  birthDate: {isModifier: false, short: The date of birth for the individual, type: date, mustSupport: false, isSummary: true, index: 5}
  multipleBirthInteger: {isModifier: false, short: Whether patient is part of a multiple birth, type: integer, mustSupport: false, choiceOf: multipleBirth, isSummary: false, index: 15}
  multipleBirth:
    isModifier: false
    short: Whether patient is part of a multiple birth
    mustSupport: false
    choices: [multipleBirthBoolean, multipleBirthInteger]
    isSummary: false
    index: 13
  deceased:
    isModifier: true
    short: Indicates if/when the individual is deceased
    mustSupport: false
    choices: [deceasedBoolean, deceasedDateTime]
    isModifierReason: This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different.
    isSummary: true
    index: 7
  photo: {isModifier: false, short: Image of the patient, type: Attachment, mustSupport: false, array: true, isSummary: false, index: 16}
  link:
    isModifier: true
    short: Link to a Patient or RelatedPerson resource that concerns the same actual individual
    index: 33
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      other:
        isModifier: false
        short: The other patient or related person resource that the link refers to
        refers: ['http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
        type: Reference
        mustSupport: false
        isSummary: true
        index: 34
      type:
        isModifier: false
        short: replaced-by | replaces | refer | seealso
        type: code
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/link-type|6.0.0-ballot3'}
        isSummary: true
        index: 35
    isModifierReason: This element is labeled as a modifier because it might not be the main Patient resource, and the referenced patient should be used instead of this Patient record. This is when the link.type value is 'replaced-by'
    required: [type, other]
    isSummary: true
  active: {isModifier: true, short: Whether this patient's record is in active use, type: boolean, mustSupport: false, meaningWhenMissing: This resource is generally assumed to be active if no value is provided for the active element, isModifierReason: This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid, isSummary: true, index: 1}
  communication:
    isModifier: false
    short: A language which may be used to communicate with the patient about his or her health
    index: 28
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      language:
        isModifier: false
        short: The language which can be used to communicate with the patient about his or her health
        type: CodeableConcept
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/all-languages|6.0.0-ballot3'}
        isSummary: false
        index: 29
      preferred: {isModifier: false, short: Language preference indicator, type: boolean, mustSupport: false, isSummary: false, index: 30}
    required: [language]
    isSummary: false
  identifier: {isModifier: false, short: An identifier for this patient, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  telecom: {isModifier: false, short: A contact detail for the individual, type: ContactPoint, mustSupport: false, array: true, isSummary: true, index: 3}
  generalPractitioner:
    isModifier: false
    short: Patient's nominated primary care provider
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    type: Reference
    mustSupport: false
    array: true
    isSummary: false
    index: 31
  gender:
    isModifier: false
    short: male | female | other | unknown
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender|6.0.0-ballot3'}
    isSummary: true
    index: 4
  maritalStatus:
    isModifier: false
    short: Marital (civil) status of a patient
    type: CodeableConcept
    mustSupport: false
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/marital-status'}
    isSummary: false
    index: 11
  contact:
    constraint:
      pat-1: {human: SHALL at least contain a contact's details or a reference to an organization, source: 'http://hl7.org/fhir/StructureDefinition/Patient', severity: error, expression: name.exists() or telecom.exists() or address.exists() or organization.exists()}
    isModifier: false
    short: A contact party (e.g. guardian, partner, friend) for the patient
    index: 17
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      role:
        isModifier: false
        short: The kind of functional role
        type: CodeableConcept
        mustSupport: false
        array: true
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype'}
        isSummary: false
        index: 19
      address: {isModifier: false, short: Address for the contact person, type: Address, mustSupport: false, isSummary: false, index: 23}
      name: {isModifier: false, short: A name associated with the contact person, type: HumanName, mustSupport: false, isSummary: false, index: 20}
      relationship:
        isModifier: false
        short: The kind of personal relationship
        type: CodeableConcept
        mustSupport: false
        array: true
        binding: {strength: preferred, valueSet: 'http://terminology.hl7.org/ValueSet/v3-PersonalRelationshipRoleType'}
        isSummary: false
        index: 18
      organization:
        isModifier: false
        short: Organization that is associated with the contact
        refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
        type: Reference
        mustSupport: false
        isSummary: false
        index: 26
      additionalAddress: {isModifier: false, short: Additional addresses for the contact person, type: Address, mustSupport: false, array: true, isSummary: false, index: 24}
      additionalName: {isModifier: false, short: Additional names for the contact person, type: HumanName, mustSupport: false, array: true, isSummary: false, index: 21}
      telecom: {isModifier: false, short: A contact detail for the person, type: ContactPoint, mustSupport: false, array: true, isSummary: false, index: 22}
      gender:
        isModifier: false
        short: male | female | other | unknown
        type: code
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender|6.0.0-ballot3'}
        isSummary: false
        index: 25
      period: {isModifier: false, short: The period during which this contact person or organization is valid to be contacted relating to this patient, type: Period, mustSupport: false, isSummary: false, index: 27}
    isSummary: false
package_version: 6.0.0-ballot3
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Patient
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 6.0.0-ballot3