Norwegian openEHR Repository
Name
Individual's personal demographics
Description
Personal demographics including name(s) , addresse(s) and telecommunication contact details.
Keywords
person
demographics
name
address
telecom
Purpose
To record personal demographics including name(s), Address(es) or telecoms contacts for a person not uniquely identifiied within the electronic health record.
Use
Use to record details of external parties e.g family members who cannot be referenced uniquely within the electronic health record. Would benefit from templating this for specific use-cases to avoid having to construct the nested clusters each time.
Misuse
Not to be used to identify the individuals who can be uniquely referenced from registers of demographic details eg within the electronic health record, master patient indexes etc.
References
From NHS Scotland SCI-XML messaging standards http://www.isdscotland.org/isd/files/general-v2-7.xsd NHS Scotland Interoperability Working Group http://www.isdscotland.org/isd/5194.html and based on a structure for personal data pertaining to a person. ENV 13606 - 4:2000 7.6.12-14
Archetype Id
openEHR-EHR-CLUSTER.individual_personal.v0
Copyright
© Nasjonal IKT HF
Licencing
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.
Original Author
Ian McNicoll
Ocean Informatics
Ocean Informatics
Date Originally Authored
12/11/2007
Language | Details |
---|---|
German |
Hans Demski
Helmholtz Zentrum München
|
Name | Card | Type | Description |
---|---|---|---|
Name
|
0..1 | Slot (Cluster) |
Name details of the individual.
Slot
Slot
|
Identifier
|
0..1 | DV_TEXT |
Identifier of individual.
|
Date of Birth
|
0..1 | DV_DATE_TIME |
Individual's date of birth.
|
Sex
|
0..1 | DV_CODED_TEXT |
Biological sex of the individual.
Constraint for DV_CODED_TEXT
|
Relationship to subject
|
0..1 | DV_TEXT |
The relationship of this individual to the subject e.g. family member, informal carer.
|
Address details
|
0..* | Slot (Cluster) |
Address details of the individual.
Slot
Slot
|
Telecom details
|
0..* | Slot (Cluster) |
Telecommunication details of the individual.
Slot
Slot
|
Ethnicity/Indigenous status
|
0..* | Slot (Cluster) |
Ethnicity and/or indigenous status of the individual.
Slot
Slot
|
Entitlements
|
0..* | Slot (Cluster) |
Inidividual's eligible entitlements.
Slot
Slot
|
archetype (adl_version=1.4; uid=4145b915-80a8-4027-98ae-7efd722bb713) openEHR-EHR-CLUSTER.individual_personal.v0 concept [at0000] -- Individual's personal demographics language original_language = <[ISO_639-1::en]> translations = < ["de"] = < language = <[ISO_639-1::de]> author = < ["name"] = <"Hans Demski"> ["organisation"] = <"Helmholtz Zentrum München"> ["email"] = <"demski@helmholtz-muenchen.de"> > > > description original_author = < ["name"] = <"Ian McNicoll"> ["organisation"] = <"Ocean Informatics"> ["email"] = <"ian.mcnicoll@oceaninformatics.com"> ["date"] = <"12/11/2007"> > details = < ["en"] = < language = <[ISO_639-1::en]> purpose = <"To record personal demographics including name(s), Address(es) or telecoms contacts for a person not uniquely identifiied within the electronic health record."> use = <"Use to record details of external parties e.g family members who cannot be referenced uniquely within the electronic health record. Would benefit from templating this for specific use-cases to avoid having to construct the nested clusters each time."> keywords = <"person", "demographics", "name", "address", "telecom"> misuse = <"Not to be used to identify the individuals who can be uniquely referenced from registers of demographic details eg within the electronic health record, master patient indexes etc."> copyright = <"© Nasjonal IKT HF"> > ["de"] = < language = <[ISO_639-1::de]> purpose = <"Zur Dokumentation persönlicher Daten wie Name(n), Adresse(n) und Kontaktmöglichkeit(en) einer Person die nicht eindeutig Registern mit demografischen Daten zugeordnet werden kann."> use = <"Zur Dokumentation persönlicher Daten von Bezugspersonen (z.B. Familenmitgliedern) die nicht eindeutig Registern mit demografischen Daten (z.B. einer elektronischen Krankenakte) zugeordnet werden können. Um die mehrfache Erstellung von eingebetteten Clustern zu vermeiden wäre es gut Templates für spezielle Anwendungsfälle zu erstellen."> keywords = <"Person", "Persönliche Daten", "Name", "Adresse", "Kontakt"> misuse = <"Nicht zur Identifikation von Individuen zu benutzen, die eindeutig Registern mit demografischen Daten zugeordnet werden können (z.B. einer elektronischen Krankenakte, einem Master Patient Index, etc.)."> copyright = <"© Nasjonal IKT HF"> > > lifecycle_state = <"in_development"> other_contributors = <"Heather Leslie, Ocean Informatics, Australia", ...> other_details = < ["licence"] = <"This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/."> ["custodian_organisation"] = <"Nasjonal IKT"> ["references"] = <"From NHS Scotland SCI-XML messaging standards http://www.isdscotland.org/isd/files/general-v2-7.xsd NHS Scotland Interoperability Working Group http://www.isdscotland.org/isd/5194.html and based on a structure for personal data pertaining to a person. ENV 13606 - 4:2000 7.6.12-14"> ["original_namespace"] = <"no.nasjonalikt"> ["original_publisher"] = <"Nasjonal IKT"> ["custodian_namespace"] = <"no.nasjonalikt"> ["MD5-CAM-1.0.1"] = <"F68549B2B8C6E4F6DE29BDA07973ADB8"> ["build_uid"] = <"e4a77bfd-d717-4941-88b8-2524b63da66d"> ["revision"] = <"0.0.1-alpha"> > definition CLUSTER[at0000] matches { -- Individual's personal demographics items cardinality matches {1..*; unordered} matches { allow_archetype CLUSTER[at0013] occurrences matches {0..1} matches { -- Name include archetype_id/value matches {/openEHR-EHR-CLUSTER\.person_name\.v1/} exclude archetype_id/value matches {/.*/} } ELEMENT[at0016] occurrences matches {0..1} matches { -- Identifier value matches { DV_TEXT matches {*} } } ELEMENT[at0007] occurrences matches {0..1} matches { -- Date of Birth value matches { DV_DATE_TIME matches {*} } } ELEMENT[at0017] occurrences matches {0..1} matches { -- Sex value matches { DV_CODED_TEXT matches { defining_code matches { [local:: at0020, -- Male at0021, -- Female at0022] -- Indeterminate } } } } ELEMENT[at0008] occurrences matches {0..1} matches { -- Relationship to subject value matches { DV_TEXT matches {*} } } allow_archetype CLUSTER[at0014] occurrences matches {0..*} matches { -- Address details include archetype_id/value matches {/openEHR-EHR-CLUSTER\.address\.v1/} } allow_archetype CLUSTER[at0015] occurrences matches {0..*} matches { -- Telecom details include archetype_id/value matches {/openEHR-EHR-CLUSTER\.telecom_details\.v1/} exclude archetype_id/value matches {/.*/} } allow_archetype CLUSTER[at0018] occurrences matches {0..*} matches { -- Ethnicity/Indigenous status include archetype_id/value matches {/.*/} } allow_archetype CLUSTER[at0019] occurrences matches {0..*} matches { -- Entitlements include archetype_id/value matches {/.*/} } } } ontology term_definitions = < ["en"] = < items = < ["at0000"] = < text = <"Individual's personal demographics"> description = <"Personal demographics including name(s) , addresse(s) and telecommunication contact details."> > ["at0007"] = < text = <"Date of Birth"> description = <"Individual's date of birth."> > ["at0008"] = < text = <"Relationship to subject"> description = <"The relationship of this individual to the subject e.g. family member, informal carer."> > ["at0013"] = < text = <"Name"> description = <"Name details of the individual."> > ["at0014"] = < text = <"Address details"> description = <"Address details of the individual."> > ["at0015"] = < text = <"Telecom details"> description = <"Telecommunication details of the individual."> > ["at0016"] = < text = <"Identifier"> description = <"Identifier of individual."> > ["at0017"] = < text = <"Sex"> description = <"Biological sex of the individual."> > ["at0018"] = < text = <"Ethnicity/Indigenous status "> description = <"Ethnicity and/or indigenous status of the individual."> > ["at0019"] = < text = <"Entitlements"> description = <"Inidividual's eligible entitlements."> > ["at0020"] = < text = <"Male"> description = <"Sex of individual is male."> > ["at0021"] = < text = <"Female"> description = <"Sex of individual is female."> > ["at0022"] = < text = <"Indeterminate"> description = <"Sex of individual is not able to be determined."> > > > ["de"] = < items = < ["at0000"] = < text = <"Persönliche Daten"> description = <"Persönliche Daten wie Name(n), Adresse(n) und Kontaktmöglichkeit(en)"> > ["at0007"] = < text = <"Geburtsdatum"> description = <"Geburtsdatum"> > ["at0008"] = < text = <"Art der Beziehung"> description = <"Beschreibt die Art der Beziehung z.B. Familienmitglied,gesetzlicher Betreuer"> > ["at0013"] = < text = <"Name"> description = <"*"> > ["at0014"] = < text = <"Adressangaben"> description = <"*"> > ["at0015"] = < text = <"Kontaktdetails"> description = <"*"> > ["at0016"] = < text = <"*New element(en)"> description = <"**(en)"> > ["at0017"] = < text = <"*New element(en)"> description = <"**(en)"> > ["at0018"] = < text = <"*Cluster(en)"> description = <"**(en)"> > ["at0019"] = < text = <"*Cluster(en)"> description = <"**(en)"> > ["at0020"] = < text = <"*Male(en)"> description = <"**(en)"> > ["at0021"] = < text = <"*Female(en)"> description = <"**(en)"> > ["at0022"] = < text = <"*Indeterminate(en)"> description = <"**(en)"> > > > >