PackagesCanonicalsLogsProblems
    Packages
    xtehr.eu.ehds.models@0.3.0
    http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient
description: Model for information about a patient (subject of care).
package_name: xtehr.eu.ehds.models
derivation: specialization
name: EHDSPatient
type: http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient
elements:
  address: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAddress', short: Mailing and home or office addresses., array: true, index: 8}
  deceasedDateTime: {type: dateTime, short: Whether the patient is deceased or date of death., choiceOf: deceased, index: 6}
  deceasedBoolean: {type: boolean, short: Whether the patient is deceased or date of death., choiceOf: deceased, index: 5}
  name: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName', short: Name associated with the patient/subject., array: true, index: 1}
  administrativeGender: {type: CodeableConcept, short: Administrative gender, index: 7}
  deceased:
    short: Whether the patient is deceased or date of death.
    choices: [deceasedBoolean, deceasedDateTime]
    index: 4
  dateOfBirth: {type: dateTime, short: Date of birth, index: 2}
  identifier: {type: Identifier, short: 'An identifier of the patient that is unique within a defined scope (typically a national patient identifier, but it can also be a temporary identifier issued by the EHR).', array: true, min: 1, index: 0}
  telecom: {type: 'http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSTelecom', short: Contact information., array: true, index: 9}
package_version: 0.3.0
class: logical
kind: logical
url: http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient
base: http://hl7.org/fhir/StructureDefinition/Base
version: 0.3.0
required: [identifier]