PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@4.6.0
    http://hl7.org/fhir/StructureDefinition/Patient
description: Demographics and other administrative information about an individual or animal receiving care or other health-related services.
package_name: hl7.fhir.r5.core
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 the individual is deceased or not, 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: 29
  deceasedBoolean: {isModifier: true, short: Indicates if the individual is deceased or not, 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 the individual is deceased or not
    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 another patient resource that concerns the same actual person
    index: 30
    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: 31
      type:
        isModifier: false
        short: replaced-by | replaces | refer | seealso
        type: code
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/link-type|4.6.0|4.6.0'}
        isSummary: true
        index: 32
    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: 25
    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: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/languages'}
        isSummary: false
        index: 26
      preferred: {isModifier: false, short: Language preference indicator, type: boolean, mustSupport: false, isSummary: false, index: 27}
    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: 28
  gender:
    isModifier: false
    short: male | female | other | unknown
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender|4.6.0|4.6.0'}
    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:
      relationship:
        isModifier: false
        short: The kind of relationship
        type: CodeableConcept
        mustSupport: false
        array: true
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/patient-contactrelationship'}
        isSummary: false
        index: 18
      name: {isModifier: false, short: A name associated with the contact person, type: HumanName, mustSupport: false, isSummary: false, index: 19}
      telecom: {isModifier: false, short: A contact detail for the person, type: ContactPoint, mustSupport: false, array: true, isSummary: false, index: 20}
      address: {isModifier: false, short: Address for the contact person, type: Address, mustSupport: false, isSummary: false, index: 21}
      gender:
        isModifier: false
        short: male | female | other | unknown
        type: code
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender|4.6.0|4.6.0'}
        isSummary: false
        index: 22
      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: 23
      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: 24}
    isSummary: false
package_version: 4.6.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Patient
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.6.0