Logical Record Architecture for Health and Social Care

Discharge Summary Release 0.02

The content of this release is not comprehensive and is not fully validated and must not be used in live system implementations.

Reference Model Class: PERSON_ENTITY

A class to represent a living or deceased person. The inherited name attribute:

  • Supports a logical representation of HL7 v3 RIM: Person.name; ISO/TS 22220: Subject of Care Name; EN 13606-1: PERSON.ENTITY_NAME
  • Is informed by GDSC (e-GIF): PERSON NAME; ITK: Patient Name; eMIM: Person.title, Person.forenames, Person.surname; Lorenzo: Person.Forename, Person.Middle Name, Person.Surname, Person.Suffix Name, Person.Title

Specializes

ENTITY

Attributes

Name Data type Occurs Description
gender CD.CV 0..1 A coded representation of the current gender of the person. Gender is an individual’s self-declared (or inferred by observation for those unable to declare) perception of being male or female. Person gender is behavioural (i.e. how an individual wishes to be treated socially) and must not be confused with person sex which determines how an individual will be treated medically. Supports the logical representation of:
  • HL7 v3 RIM: Person.administrativeGenderCode
  • EN 13606-1: SUBJECT_OF_CARE_PERSON_IDENTIFICATION.administrativeGenderCode
Informed by:
  • ITK: Sex
  • eMIM: Person.sex
  • Lorenzo: Person.Gender
ethnicCategory CD.CV 0..1 A coded representation of the ethnic category of the person. Supports the logical representation of:
  • HL7 v3 RIM: Person.ethnicGroupCode
Informed by:
  • GDSC (e-GIF): PERSON INFORMATION.Person Ethnicity
  • ITK: Ethnic Group
  • eMIM: Person.ethnicGroup
  • Lorenzo: Patient.Ethnicity
birthTime TS.Birth 0..1 The date (and time where available) the person was born. Supports the logical representation of:
  • HL7 v3 RIM: Person.birthTime
  • ISO/TS 22220: Date of Birth.Birth date
  • EN 13606-1: SUBJECT_OF_CARE_PERSON_IDENTIFICATION.birthTime
Informed by:
  • GDSC (e-GIF): PERSON INFORMATION.Person Birth Date
  • ITK: Date/Time of Birth
  • eMIM: Person.birthDate
  • Lorenzo: Person.Date of birth
deceasedTime TS 0..1 The date (and time where available) the person died. Supports the logical representation of:
  • HL7 v3 RIM: Person.deceasedTime
  • ISO/TS 22220: Date of Death.Death date
  • EN 13606-1: SUBJECT_OF_CARE_PERSON_IDENTIFICATION.deceasedTime
Informed by:
  • GDSC (e-GIF): PERSON INFORMATION.Person Death Date
  • ITK: Patient Death Date and Time
  • eMIM: Patient.dateOfDeath
  • Lorenzo: Patient.Deceased on
birthPlace AD 0..1 The date (and time where available) the person died. Supports the logical representation of:
  • HL7 v3 RIM: Person.deceasedTime
  • ISO/TS 22220: Date of Death.Death date
  • EN 13606-1: SUBJECT_OF_CARE_PERSON_IDENTIFICATION.deceasedTime
Informed by:
  • GDSC (e-GIF): PERSON INFORMATION.Person Death Date
  • ITK: Patient Death Date and Time
  • eMIM: Patient.dateOfDeath
  • Lorenzo: Patient.Deceased on
birthOrderNumber INT.Pos 0..1 The order in which this person was born if part of a multiple birth from a single pregnancy. Supports the logical representation of:
  • HL7 v3 RIM: Person.multipleBirthOrderNumber
  • ISO/TS 22220: Additional demographics data.Birth order
  • EN 13606-1: SUBJECT_OF_CARE_PERSON_IDENTIFICATION.birthOrderNumber
Informed by:
  • ITK: Birth Order
maritalStatus CD.CV 0..1 A coded representation of the legal marital or civil partnership status of the person. Supports the logical representation of:
  • HL7 v3 RIM: Person.maritalStatusCode
Informed by:
  • GDSC (e-GIF): PERSON INFORMATION.Person Marital Status
  • ITK: Marital Status
  • eMIM: Person.maritalStatus
  • Lorenzo: Patient.Marital Status
organDonorType CD.CV.SCT 0..1 A coded representation of the consent of a person to be added to the NHS Organ Donor Register for donation of a particular organ or tissue to be used for transplantation after death. Note, there is currently no mechanism for the representation of ‘Other’ (e.g. ‘Any other tissue or organ’) within a SNOMED CT expression constraint. This issue remains under investigation in the LRA.
religiousAffiliation CD.CV 0..1 A coded representation of the self-identified association of the person with a religion, denomination, or sub-denominational religious group. Supports the logical representation of:
  • HL7 v3 RIM: Person.religiousAffiliationCode
Informed by:
  • GDSC (e-GIF): PERSON INFORMATION.Person Religion
  • ITK: Religion
  • Lorenzo: Patient.Religion


Relationships

Name Class Occurs Description
language LANGUAGE_COMMUNICATION 0..* A PERSON_ENTITY may have capability for many LANGUAGE_COMMUNICATIONs.


Constraints

Type Name Specification
ethnicCategoryCode LRA vocab LRA Inv: Type inv: ethnicCategory.code.oclIsTypeOf(<a href="$element://{E45CDC93-5DC1-43ca-804B-CF87FC3EF991}"><font color="#0000ff"><u>EthnicCategory</u></font></a>)
gender LRA vocab LRA Invariant inv: gender.code.oclIsTypeOf(<a href="$element://{E8EFD97E-3492-4ef3-9833-6751EEFAF484}"><font color="#0000ff"><u>LraGender</u></font></a>)
maritalStatus LRA vocab LRA Invariant inv: maritalStatus.code.oclIsTypeOf(<a href="$element://{F1B42970-2D52-46d7-A463-558E38ECF1A5}"><font color="#0000ff"><u>LraMaritalStatus</u></font></a>)
name is of type EN.PN LRA Invariant --Attribute name is of type EN.PN inv: name.oclIsTypeOf(EN.PN)
organDonorType LRA vocab LRA Invariant inv: organDonorType.code.oclIsTypeOf(<a href="$element://{D69AF5A3-6114-4101-93CF-EAEDBB4B0E61}"><font color="#0000ff"><u>LraOrganDonorType</u></font></a>)
religiousAffiliation LRA vocab LRA Invariant inv: religiousAffiliation.code.oclIsTypeOf(<a href="$element://{1B3A51E6-4518-4a9c-989A-7C8E66C2C214}"><font color="#0000ff"><u>LraReligiousAffiliation</u></font></a>)

Reference Model Type