http://hl7.org/fhir/StructureDefinition/Patient|5.0.0

Demographics and other administrative information about an individual or animal receiving care or other health-related services.
description: Demographics and other administrative information about an individual or animal receiving care or other health-related services.
derivation: specialization
name: Patient
type: Patient
elements:
  address: {isModifier: false, short: An address for the individual, mustSupport: false, array: true, isSummary: true, index: 8}
  managingOrganization: {isModifier: false, short: Organization that is the custodian of the patient record, mustSupport: false, isSummary: true, index: 25}
  name: {isModifier: false, short: A name associated with the patient, mustSupport: false, array: true, isSummary: true, index: 2}
  birthDate: {isModifier: false, short: The date of birth for the individual, mustSupport: false, isSummary: true, index: 5}
  multipleBirth:
    isModifier: false
    short: Whether patient is part of a multiple birth
    mustSupport: false
    choices: []
    isSummary: false
    index: 11
  deceased:
    isModifier: true
    short: Indicates if the individual is deceased or not
    mustSupport: false
    choices: []
    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, mustSupport: false, array: true, isSummary: false, index: 12}
  link:
    isModifier: true
    short: Link to a Patient or RelatedPerson resource that concerns the same actual individual
    index: 26
    mustSupport: false
    array: true
    elements:
      other: {isModifier: false, short: The other patient or related person resource that the link refers to, mustSupport: false, isSummary: true, index: 27}
      type:
        isModifier: false
        short: replaced-by | replaces | refer | seealso
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/link-type|5.0.0'}
        isSummary: true
        index: 28
    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, 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
    mustSupport: false
    array: true
    isSummary: false
    index: 21
    elements:
      language:
        isModifier: false
        short: The language which can be used to communicate with the patient about his or her health
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/all-languages|5.0.0'}
        isSummary: false
        index: 22
      preferred: {isModifier: false, short: Language preference indicator, mustSupport: false, isSummary: false, index: 23}
    required: [language]
  identifier: {isModifier: false, short: An identifier for this patient, mustSupport: false, array: true, isSummary: true, index: 0}
  telecom: {isModifier: false, short: A contact detail for the individual, mustSupport: false, array: true, isSummary: true, index: 3}
  generalPractitioner: {isModifier: false, short: Patient's nominated primary care provider, mustSupport: false, array: true, isSummary: false, index: 24}
  gender:
    isModifier: false
    short: male | female | other | unknown
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender|5.0.0'}
    isSummary: true
    index: 4
  maritalStatus:
    isModifier: false
    short: Marital (civil) status of a patient
    mustSupport: false
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/marital-status'}
    isSummary: false
    index: 9
  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
    mustSupport: false
    array: true
    isSummary: false
    index: 13
    elements:
      relationship:
        isModifier: false
        short: The kind of relationship
        mustSupport: false
        array: true
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/patient-contactrelationship'}
        isSummary: false
        index: 14
      name: {isModifier: false, short: A name associated with the contact person, mustSupport: false, isSummary: false, index: 15}
      telecom: {isModifier: false, short: A contact detail for the person, mustSupport: false, array: true, isSummary: false, index: 16}
      address: {isModifier: false, short: Address for the contact person, mustSupport: false, isSummary: false, index: 17}
      gender:
        isModifier: false
        short: male | female | other | unknown
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender|5.0.0'}
        isSummary: false
        index: 18
      organization: {isModifier: false, short: Organization that is associated with the contact, mustSupport: false, isSummary: false, index: 19}
      period: {isModifier: false, short: The period during which this contact person or organization is valid to be contacted relating to this patient, mustSupport: false, isSummary: false, index: 20}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Patient
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0