From 3e3fef63269608d010fdc09324c055cd72b6f380 Mon Sep 17 00:00:00 2001 From: kristinegusta Date: Wed, 28 Aug 2024 11:19:18 +0200 Subject: [PATCH 1/3] Add mapping and template for BurgerlijkeStaat-v3.1.1(2023NL) --- data/mappings/burgerlijkestaat2023.csv | 3 + .../BurgerlijkeStaat-v3.1.1(2023NL).json | 121 ++++++++++++++++++ local/BurgerlijkeStaat-v3.1.1(2023NL).t.json | 1 + zibs/burgerlijkestaat2023.md | 23 ++++ 4 files changed, 148 insertions(+) create mode 100644 data/mappings/burgerlijkestaat2023.csv create mode 100644 data/web_templates/BurgerlijkeStaat-v3.1.1(2023NL).json create mode 100644 local/BurgerlijkeStaat-v3.1.1(2023NL).t.json create mode 100644 zibs/burgerlijkestaat2023.md diff --git a/data/mappings/burgerlijkestaat2023.csv b/data/mappings/burgerlijkestaat2023.csv new file mode 100644 index 0000000..22b0abd --- /dev/null +++ b/data/mappings/burgerlijkestaat2023.csv @@ -0,0 +1,3 @@ +ZIB_Id,ZIB_Naam,ZIB_Type,ZIB_Card,ZIB_DefCode,ZIB_Verwijzing,openEHR_Path,openEHR_Naam,openEHR_Type,openEHR_Card,openEHR_Term,Commentaar +NL-CM:7.9.1,BurgerlijkeStaatRC,rootconcept,,,,,,,,, +NL-CM:7.9.2,BurgerlijkeStaat,CD,0..1,,BurgerlijkeStaatCodelijst,/data[at0001]/items[at0002.1],Partnership status,DC_CODED_TEXT,0..1,, diff --git a/data/web_templates/BurgerlijkeStaat-v3.1.1(2023NL).json b/data/web_templates/BurgerlijkeStaat-v3.1.1(2023NL).json new file mode 100644 index 0000000..8f14cce --- /dev/null +++ b/data/web_templates/BurgerlijkeStaat-v3.1.1(2023NL).json @@ -0,0 +1,121 @@ +{ + "templateId" : "BurgerlijkeStaat-v3.1.1(2023NL)", + "semVer" : "0.1.4", + "version" : "2.3", + "defaultLanguage" : "en", + "languages" : [ "en" ], + "tree" : { + "id" : "burgerlijkestaat-v3.1.1_2023nl", + "name" : "BurgerlijkeStaat-v3.1.1(2023NL)", + "localizedName" : "BurgerlijkeStaat-v3.1.1(2023NL)", + "rmType" : "EVALUATION", + "nodeId" : "openEHR-EHR-EVALUATION.social_network.v1", + "min" : 1, + "max" : 1, + "localizedNames" : { + "en" : "BurgerlijkeStaat-v3.1.1(2023NL)" + }, + "localizedDescriptions" : { + "en" : "Group of individuals connected by social interactions and personal relationships." + }, + "aqlPath" : "", + "children" : [ { + "id" : "burgerlijkestaat", + "name" : "BurgerlijkeStaat", + "localizedName" : "BurgerlijkeStaat", + "rmType" : "DV_CODED_TEXT", + "nodeId" : "at0002", + "min" : 0, + "max" : 1, + "localizedNames" : { + "en" : "BurgerlijkeStaat" + }, + "localizedDescriptions" : { + "en" : "Single word or phrase that describes an individual's current relationship with a life partner." + }, + "annotations" : { + "comment" : "Coding of the partnership status with a terminology is preferred, where possible. There is a huge variation in the value sets used across jurisdictions. Many have local, government-mandated value sets rather than using SNOMED CT or similar. For example: a 'marital status' value set including 'never married' or 'single'; 'married'; 'divorced'; or 'widowed'. Also known as 'civil status', 'union status', or 'relationship status'." + }, + "aqlPath" : "/data[at0001]/items[at0002,'BurgerlijkeStaat']/value", + "inputs" : [ { + "suffix" : "code", + "type" : "CODED_TEXT", + "list" : [ { + "value" : "D", + "label" : "Gescheiden (huwelijk/geregistreerd partnerschap ontbonden)", + "localizedLabels" : { + "en" : "Gescheiden (huwelijk/geregistreerd partnerschap ontbonden)" + } + }, { + "value" : "M", + "label" : "Gehuwd", + "localizedLabels" : { + "en" : "Gehuwd" + } + }, { + "value" : "S", + "label" : "Nooit gehuwd geweest/ geregistreerd partnerschap gehad", + "localizedLabels" : { + "en" : "Nooit gehuwd geweest/ geregistreerd partnerschap gehad" + } + }, { + "value" : "U", + "label" : "Niet gehuwd", + "localizedLabels" : { + "en" : "Niet gehuwd" + } + }, { + "value" : "T", + "label" : "Geregistreerd partnerschap", + "localizedLabels" : { + "en" : "Geregistreerd partnerschap" + } + }, { + "value" : "W", + "label" : "Weduwe/weduwnaar", + "localizedLabels" : { + "en" : "Weduwe/weduwnaar" + } + } ], + "terminology" : "MaritalStatus[2.16.840.1.113883.5.2]" + } ] + }, { + "id" : "language", + "name" : "Language", + "rmType" : "CODE_PHRASE", + "min" : 1, + "max" : 1, + "aqlPath" : "/language", + "inContext" : true + }, { + "id" : "encoding", + "name" : "Encoding", + "rmType" : "CODE_PHRASE", + "min" : 1, + "max" : 1, + "aqlPath" : "/encoding", + "inContext" : true + }, { + "id" : "subject", + "name" : "Subject", + "rmType" : "PARTY_PROXY", + "min" : 1, + "max" : 1, + "aqlPath" : "/subject", + "inputs" : [ { + "suffix" : "id", + "type" : "TEXT" + }, { + "suffix" : "id_scheme", + "type" : "TEXT" + }, { + "suffix" : "id_namespace", + "type" : "TEXT" + }, { + "suffix" : "name", + "type" : "TEXT" + } ], + "inContext" : true + } ] + } +} \ No newline at end of file diff --git a/local/BurgerlijkeStaat-v3.1.1(2023NL).t.json b/local/BurgerlijkeStaat-v3.1.1(2023NL).t.json new file mode 100644 index 0000000..eecdff2 --- /dev/null +++ b/local/BurgerlijkeStaat-v3.1.1(2023NL).t.json @@ -0,0 +1 @@ +{"@type":"TEMPLATE","uid":"5ab61abc-85d7-4dad-a923-42ac9838eb02","description":{"@type":"RESOURCE_DESCRIPTION","originalAuthor":{"date":"2024-04-17"},"otherContributors":[],"lifecycleState":{"codeString":"unmanaged"},"ipAcknowledgements":{},"references":{},"conversionDetails":{},"otherDetails":{"licence":"","custodian_organisation":"","original_namespace":"","original_publisher":"","custodian_namespace":"","sem_ver":"0.1.4","build_uid":"7dc34417-cb3c-4a3e-aaad-8b3d4e3222d7","MD5-CAM-1.0.1":"3202419569b3c113049bb6ead23070ca","PARENT:MD5-CAM-1.0.1":"DB7D4B698449B0D99CB352CDB935B693"},"details":{"de":{"@type":"RESOURCE_DESCRIPTION_ITEM","language":{"terminologyId":{"value":"ISO_639-1"},"codeString":"de"},"keywords":[],"originalResourceUri":{},"otherDetails":{}},"nb":{"@type":"RESOURCE_DESCRIPTION_ITEM","language":{"terminologyId":{"value":"ISO_639-1"},"codeString":"nb"},"keywords":[],"originalResourceUri":{},"otherDetails":{}},"en":{"@type":"RESOURCE_DESCRIPTION_ITEM","language":{"terminologyId":{"value":"ISO_639-1"},"codeString":"en"},"keywords":[],"originalResourceUri":{},"otherDetails":{}},"fr":{"@type":"RESOURCE_DESCRIPTION_ITEM","language":{"terminologyId":{"value":"ISO_639-1"},"codeString":"fr"},"keywords":[],"originalResourceUri":{},"otherDetails":{}}}},"annotations":{"@type":"RESOURCE_ANNOTATIONS","documentation":{"en":{}}},"parentArchetypeId":"openEHR-EHR-EVALUATION.social_network.v1","differential":true,"archetypeId":{"@type":"ARCHETYPE_HRID","value":"openEHR-EHR-EVALUATION.t_social_network.v1"},"definition":{"@type":"C_COMPLEX_OBJECT","rmTypeName":"EVALUATION","nodeId":"at0000.1","attributes":[{"@type":"C_ATTRIBUTE","rmAttributeName":"data","children":[{"@type":"C_COMPLEX_OBJECT","rmTypeName":"ITEM_TREE","nodeId":"at0001","attributes":[{"@type":"C_ATTRIBUTE","rmAttributeName":"items","children":[{"@type":"C_COMPLEX_OBJECT","rmTypeName":"ELEMENT","occurrences":"0..0","nodeId":"at0015.1","attributes":[],"attributeTuples":[]},{"@type":"C_COMPLEX_OBJECT","rmTypeName":"ELEMENT","nodeId":"at0002.1","attributes":[{"@type":"C_ATTRIBUTE","rmAttributeName":"value","children":[{"@type":"C_COMPLEX_OBJECT","rmTypeName":"DV_CODED_TEXT","occurrences":"1..1","attributes":[{"@type":"C_ATTRIBUTE","rmAttributeName":"defining_code","children":[{"@type":"C_TERMINOLOGY_CODE","rmTypeName":"TERMINOLOGY_CODE","occurrences":"0..1","terminologyId":{"value":"MaritalStatus[2.16.840.1.113883.5.2]"},"constraint":[],"selectedTerminologies":["MaritalStatus[2.16.840.1.113883.5.2]"],"includedExternalTerminologyCodes":[{"terminologyId":"MaritalStatus[2.16.840.1.113883.5.2]","code":"D","value":"Gescheiden (huwelijk/geregistreerd partnerschap ontbonden)"},{"terminologyId":"MaritalStatus[2.16.840.1.113883.5.2]","code":"M","value":"Gehuwd"},{"terminologyId":"MaritalStatus[2.16.840.1.113883.5.2]","code":"S","value":"Nooit gehuwd geweest/ geregistreerd partnerschap gehad"},{"terminologyId":"MaritalStatus[2.16.840.1.113883.5.2]","code":"U","value":"Niet gehuwd"},{"terminologyId":"MaritalStatus[2.16.840.1.113883.5.2]","code":"T","value":"Geregistreerd partnerschap"},{"terminologyId":"MaritalStatus[2.16.840.1.113883.5.2]","code":"W","value":"Weduwe/weduwnaar"}]}]}],"attributeTuples":[]}]}],"attributeTuples":[]},{"@type":"C_COMPLEX_OBJECT","rmTypeName":"ELEMENT","occurrences":"0..0","nodeId":"at0018.1","attributes":[],"attributeTuples":[]}]}],"attributeTuples":[]}]},{"@type":"C_ATTRIBUTE","rmAttributeName":"protocol","children":[{"@type":"C_COMPLEX_OBJECT","rmTypeName":"ITEM_TREE","nodeId":"at0010","attributes":[{"@type":"C_ATTRIBUTE","rmAttributeName":"items","children":[{"@type":"C_COMPLEX_OBJECT","rmTypeName":"ELEMENT","occurrences":"0..0","nodeId":"at0011.1","attributes":[],"attributeTuples":[]}]}],"attributeTuples":[]}]}],"attributeTuples":[]},"terminology":{"@type":"ARCHETYPE_TERMINOLOGY","conceptCode":"at0000","termDefinitions":{"en":{"at0000.1":{"@type":"ARCHETYPE_TERM","code":"at0000.1","text":"BurgerlijkeStaat-v3.1.1(2023NL)","description":"Group of individuals connected by social interactions and personal relationships."},"at0002.1":{"@type":"ARCHETYPE_TERM","code":"at0002.1","text":"BurgerlijkeStaat","description":"Single word or phrase that describes an individual's current relationship with a life partner.","comment":"Coding of the partnership status with a terminology is preferred, where possible. There is a huge variation in the value sets used across jurisdictions. Many have local, government-mandated value sets rather than using SNOMED CT or similar. For example: a 'marital status' value set including 'never married' or 'single'; 'married'; 'divorced'; or 'widowed'. Also known as 'civil status', 'union status', or 'relationship status'."}},"fr":{"at0000.1":{"@type":"ARCHETYPE_TERM","code":"at0000.1","text":"Burgerlijke staat","description":"*Group of individuals connected by social interactions and personal relationships. (en)"}},"nb":{"at0000.1":{"@type":"ARCHETYPE_TERM","code":"at0000.1","text":"Burgerlijke staat","description":"Gruppe av individer som er knyttet sammen ved sosial interaksjon og personlige forbindelser."}},"de":{"at0000.1":{"@type":"ARCHETYPE_TERM","code":"at0000.1","text":"Burgerlijke staat","description":"Gruppe von Personen, die durch soziale Interaktionen und persönliche Beziehungen miteinander vernetzt sind."}}},"termBindings":{},"terminologyExtracts":{},"valueSets":{}},"adlVersion":"1.4","buildUid":"8288b300-4f58-3f00-a127-fff23cdcc53b","rmName":"openehr","rmRelease":"1.1.0","generated":true,"templateId":"BurgerlijkeStaat-v3.1.1(2023NL)","otherMetaData":{},"templateOverlays":[],"originalLanguage":{"terminologyId":{"value":"ISO_639-1"},"codeString":"en"},"translations":[{"@type":"TRANSLATION_DETAILS","language":{"terminologyId":{"value":"ISO_639-1"},"codeString":"de"},"author":{},"otherDetails":{}},{"@type":"TRANSLATION_DETAILS","language":{"terminologyId":{"value":"ISO_639-1"},"codeString":"nb"},"author":{},"otherDetails":{}},{"@type":"TRANSLATION_DETAILS","language":{"terminologyId":{"value":"ISO_639-1"},"codeString":"fr"},"author":{},"otherDetails":{}}]} \ No newline at end of file diff --git a/zibs/burgerlijkestaat2023.md b/zibs/burgerlijkestaat2023.md new file mode 100644 index 0000000..47fe71b --- /dev/null +++ b/zibs/burgerlijkestaat2023.md @@ -0,0 +1,23 @@ +--- +layout: zib +parent: Mappings +title: BurgerlijkeStaat +version: 0.1 +zib: Ademhaling-v3.2 +openEHR: + templates: + - BurgerlijkeStaat-v3.1.1(2023NL) + archetypes: + - openEHR-EHR-EVALUATION.social_network.v1 +status: + mapping: + template: + vertaling: + codelijst: + globaal: +date: 2024-28-08T +authors: + - DataHub +categories: [] +tags: [] +--- From e7d22c14312d37cad8ee3900e2b5dbfc81bea309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Kabbech?= Date: Wed, 4 Sep 2024 16:45:10 +0200 Subject: [PATCH 2/3] Create local/openEHR-EHR-EVALUATION.social_network.v1.adl --- ...enEHR-EHR-EVALUATION.social_network.v1.adl | 385 ++++++++++++++++++ 1 file changed, 385 insertions(+) create mode 100644 local/openEHR-EHR-EVALUATION.social_network.v1.adl diff --git a/local/openEHR-EHR-EVALUATION.social_network.v1.adl b/local/openEHR-EHR-EVALUATION.social_network.v1.adl new file mode 100644 index 0000000..963f23e --- /dev/null +++ b/local/openEHR-EHR-EVALUATION.social_network.v1.adl @@ -0,0 +1,385 @@ +archetype (adl_version=1.4; uid=ac7fd6bc-9d60-4401-8f75-ed2d6819b54d) + openEHR-EHR-EVALUATION.social_network.v1 + +concept + [at0000] + +language + original_language = <[ISO_639-1::en]> + translations = < + ["de"] = < + language = <[ISO_639-1::de]> + author = < + ["name"] = <"Darin Leonhardt"> + ["organisation"] = <"PLRI"> + ["email"] = <"leonhardt.darin@mh-hannover.de"> + > + accreditation = <"-"> + > + ["nb"] = < + language = <[ISO_639-1::nb]> + author = < + ["name"] = <"Vebjørn Arntzen, John Tore Valand, Liv Laugen"> + ["organisation"] = <"Oslo University Hospital, Helse Vest IKT AS, Helse Bergen, ​Oslo University Hospital, Norway"> + ["email"] = <"varntzen@ous-hf.no, john.tore.valand@helse-vest-ikt.no, liv.laugen@ous-hf.no"> + > + > + ["fr"] = < + language = <[ISO_639-1::fr]> + author = < + ["name"] = <"Vanessa Pereira"> + ["organisation"] = <"Better - Pathfinder"> + ["email"] = <"vanessapereira@protonmail.com"> + > + > + > + +description + original_author = < + ["date"] = <"2018-05-29"> + ["name"] = <"Heather Leslie"> + ["organisation"] = <"Atomica Informatics"> + ["email"] = <"heather.leslie@atomicainformatics.com"> + > + lifecycle_state = <"published"> + other_contributors = <"Vebjørn Arntzen, Oslo University Hospital, Norway (openEHR Editor)","Silje Ljosland Bakke, Helse Vest IKT AS, Norway","SB Bhattacharyya, Bhattacharyyas Clinical Records Research & Informatics LLP, India","Samanta Dallagnese, Prontmed, Brazil","Stefan Dubois, Dep't of Pathology and Genetics, University Hospitals of Lund and Malmö, Sweden","Heather Grain, Llewelyn Grain Informatics, Australia","Mikkel Johan Gaup Grønmo, Regional forvaltning EPJ, Helse Nord, Norway","Evelyn Hovenga, EJSH Consulting, Australia","Akriti Jamwal, DCHIKITSA Pvt Ltd, India","Jörgen Kuylenstierna, eWeave AB, Sweden","Liv Laugen, ​Oslo University Hospital, Norway, Norway","Heather Leslie, Atomica Informatics, Australia (openEHR Editor)","Rikard Lovstrom, Swedish Medical Association, Sweden","Michael Lutz, BITsoft, Germany","Anna Navarro Serra, IN2, Spain","Mikael Nyström, Cambio Healthcare Systems AB, Sweden","Albert Reyes Morente, IN2, Spain","Bjoern Schreiweis, UKSH, Germany","Natalia Strauch, Medizinische Hochschule Hannover, Germany","Norwegian Review Summary, Norwegian Public Hospitals, Norway","Nyree Taylor, Ocean Informatics, Australia","Anders Thurin, VGR, Sweden","John Tore Valand, Helse Bergen, Norway (openEHR Editor)","Marit Alice Venheim, Helse Vest IKT, Norway (openEHR Editor)","Michael Zampaglione, Australia"> + details = < + ["de"] = < + language = <[ISO_639-1::de]> + purpose = <"Zur Erfassung von Informationen über die Schlüsselpersonen, die mit der Person durch soziale Interaktionen und persönliche Beziehungen vernetzt sind."> + keywords = <"Partner, Partnerschaft, Beziehung, Familie, Unterstützung, ehelich, verheiratet, defacto, Ehe, ledig, verwitwet, Witwe, Witwer, geschieden, unverheiratet, Freund, Nachbar", ...> + use = <"Der Archetyp wird verwendet, um Informationen über die Schlüsselpersonen aufzuzeichnen, die mit der Person durch soziale Interaktionen und persönliche Beziehungen vernetzt sind, indem sie persönliche Unterstützung oder Pflege leisten. + +Dieser Archetyp wurde so konzipiert, dass er als Teil einer einzigen, dauerhaften Vorlage in der Gesundheitsakte aufgezeichnet wird, so dass alle Netzwerkänderungen als neue oder aktualisierte Version der Vorlage aufgezeichnet werden. + +Der Anwendungsbereich dieses Archetyps umfasst alle Arten von Interaktionen, z. B. von Angesicht zu Angesicht oder über soziale Medien, mit einem breiten Spektrum von Personen, darunter Familienmitglieder, Freunde, Mitglieder der Gemeinschaft oder Organisationen. Das soziale Netzwerk kann selbst identifiziert oder von einer Pflegeperson oder einem Gesundheitsdienstleister dokumentiert werden. + +Einzelheiten zu jeder Person oder Organisation innerhalb des sozialen Netzwerks der Person werden unter Verwendung der Archetypen CLUSTER.person oder CLUSTER.organisation aufgezeichnet, die im SLOT \"Netzwerk\" verschachtelt sind, einschließlich ihrer Rolle oder Beziehung. + +In den meisten Rechtsordnungen gibt es Beschränkungen für die legale Erfassung von Daten über andere Personen in der Gesundheitsakte. Alle Implementierungen müssen die für die Verwendung dieses Archetyps relevanten rechtlichen Beschränkungen berücksichtigen."> + misuse = <"Nicht zur Aufzeichnung von Details über Gesundheitsdienstleister oder Pflegeteams zu verwenden. + +Nicht zur Aufzeichnung von Einzelheiten über rechtliche Beschränkungen oder Anordnungen wie Sorgerechtsregelungen oder Vormundschaft - verwenden Sie zu diesem Zweck EVALUATION.legal_directive. + +Nicht zur Darstellung eines formalen Identifikationsmanagements oder zum Ersetzen oder um ein offizielles demografisches Register oder einen Index zu führen. Verwenden Sie zu diesem Zweck einen formalen demografischen Index oder Archetypen, die auf dem openEHR Demographic Information Model basieren. + +Nicht zur Darstellung des Behandlungsgegenstandes, der Teilnehmer oder des Autors des Datensatzes und ähnlicher Datenelemente, die formal in der Gesundheitsakte unter Verwendung der Attribute des Referenzmodells dargestellt werden sollten."> + > + ["nb"] = < + language = <[ISO_639-1::nb]> + purpose = <"For å registrere informasjon om nøkkelpersoner som hører sammen med individet gjennom sosial interaksjon og personlige forbindelser."> + keywords = <"slektning","pårørende","venn","venninne","nabo","barn","familie","søsken","forelder","ektefelle","gift","ugift","enslig","enke","enkemann","ekteskap","singel","skilt","samboer","kjæreste","partner","særbo","forhold"> + use = <"Brukes for å registrere informasjon om nøkkelpersoner som hører sammen med individet gjennom sosial interaksjon og personlige forbindelser, både som sosial støtte eller omsorg (ikke helsetjenester) for individet. + +Denne arketypen er designet slik at den brukes som en del av et enkelt persistent templat/dokument i pasientjournalen slik at endringer eller oppdateringer av individets nettverk blir registrert som en ny eller oppdatert versjon av templatet/dokumentet. + +Arketypen inkluderer alle typer interaksjoner, som kontakt ansikt til ansikt eller via sosiale media, og med et bredt spekter av individer, inkludert familiemedlemmer, venner, personer i lokalsamfunnet eller organisasjoner. Det sosiale nettverket kan være identifisert av individet selv, eller dokumentert av en omsorgsperson eller helsepersonell. + +Detaljer om hver enkelt person eller organisasjon i et individs sosiale nettverk, registreres ved å benytte arketypen CLUSTER.person (Person) eller CLUSTER.organisation (Organisasjon) nøstet i SLOTet \"Nettverk\". + +I de fleste jurisdiksjoner vil det være begrensinger på hva som er tillatt å registrere om andre personer i en pasientjournal. Alle implementasjoner av denne arketypen må vurdere eventuelle juridiske begrensninger rundt dette."> + misuse = <"Brukes ikke brukes for å registrere detaljer om helsepersonell eller omsorgsteam. + +Brukes ikke for å registrere detaljer om juridiske begrensninger eller direktiver, som for eksempel foreldrerett eller vergemål. Bruk arketypen EVALUATION.legal_directive for dette formålet. + +Brukes ikke til å representere eller erstatte demografiske opplysninger i en formelle identitetsforvaltning eller for å opprette eller forvalte et demografisk register eller indeks. Bruk et formelt pasientregister, helsepersonellregister eller arketyper basert på openEHR demografisk informasjonsmodell til dette formålet. + +Brukes ikke for å registrere pasienten, deltakende helsepersonell, forfatter av journaldokumenter eller lignende dataelementer som skal representeres formelt i pasientjournalen. Bruk attributter fra Referansemodellen til dette formålet."> + > + ["en"] = < + language = <[ISO_639-1::en]> + purpose = <"To record information about the key people who are connected to the individual through social interactions and personal relationships."> + keywords = <"partner, partnership, relationship, family, support, marital, married, defacto, marriage, single, widowed, widow, widower, divorced, unmarried, friend, neighbour", ...> + copyright = <"© openEHR Foundation"> + use = <"Use to record information about the key people who are connected to the individual through social interactions and personal relationships, by the provision of personal support or care. + +This archetype has been designed to be recorded as part of a single, persistent template within the health record, such that any network changes are recorded as a new or updated version of the template. + +The scope of this archetype includes all types of interactions, such as face-to-face or using social media, with a broad range of people including family members, friends, community members or organisations. The social network can be self-identified or documented by a carer or healthcare provider. + +Details about each person or organisation within the individual's social network is recorded using the CLUSTER.person or CLUSTER.organisation archetypes nested within the 'Network' SLOT, including their role or relationship. + +In most jurisdictions, there will be limitations on what is legal to record about other people within the health record. All implementations will need to consider the legal constraints relevant to using this archetype."> + misuse = <"Not to be used to record details about healthcare providers or care teams. + +Not to be used to record details about legal constraints or directives such as custody arrangements or guardianship - use EVALUATION.legal_directive for this purpose. + +Not to be used to represent or replace formal identification management or for the purposes of maintaining an official demographic register or index. Use a formal Demographic index for this purpose, or archetypes based on the openEHR Demographic Information Model. + +Not to be used to represent the subject of care, participants or author of the record and similar data elements that should be represented formally in the health record using the Reference Model attributes."> + > + ["fr"] = < + language = <[ISO_639-1::fr]> + purpose = <"*To record information about the key people who are connected to the individual through social interactions and personal relationships. (en)"> + keywords = <"*partner, partnership, relationship, family, support, marital, married, defacto, marriage, single, widowed, widow, widower, divorced, unmarried, friend, neighbour (en)", ...> + use = <"*Use to record information about the key people who are connected to the individual through social interactions and personal relationships, by the provision of personal support or delivery of health care. + +This archetype has been designed to be recorded as part of a single, persistent template within the health record, such that any network changes are recorded as a new or updated version of the template. + +The scope of this archetype includes all types of interactions, such as face-to-face or using social media, with a broad range of people including family members, friends, community members or organisations. The social network can be self-identified or documented by a carer or healthcare provider. + +Details about each person or organisation within the individual's social network is recorded using the CLUSTER.person or CLUSTER.organisation archetypes nested within the 'Network' SLOT, including their role or relationship. + +In most jurisdictions, there will be limitations on what is legal to record about other people within the health record. All implementations will need to consider the legal constraints relevant to using this archetype. (en)"> + misuse = <"*Not to be used to record details about healthcare providers or care teams. + +Not to be used to record details about legal constraints or directives such as custody arrangements or guardianship - use EVALUATION.legal_directive for this purpose. + +Not to be used to represent or replace formal identification management or for the purposes of maintaining an official demographic register or index. Use a formal Demographic index for this purpose, or archetypes based on the openEHR Demographic Information Model. + +Not to be used to represent the subject of care, participants or author of the record and similar data elements that should be represented formally in the health record using the Reference Model attributes. (en)"> + > + > + 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"] = <"openEHR Foundation"> + ["current_contact"] = <"Heather Leslie, Atomica Informatics"> + ["original_namespace"] = <"org.openehr"> + ["original_publisher"] = <"openEHR Foundation"> + ["custodian_namespace"] = <"org.openehr"> + ["MD5-CAM-1.0.1"] = <"DB7D4B698449B0D99CB352CDB935B693"> + ["build_uid"] = <"3c8f2ace-cc4d-4429-aaef-b98662e8d218"> + ["revision"] = <"1.0.1"> + > + +definition + EVALUATION[at0000] matches { -- Social network + data matches { + ITEM_TREE[at0001] matches { -- Tree + items cardinality matches {0..*; unordered} matches { + ELEMENT[at0015] occurrences matches {0..1} matches { -- Description + value matches { + DV_TEXT matches {*} + } + } + ELEMENT[at0002] occurrences matches {0..1} matches { -- Partnership status + value matches { + DV_TEXT matches {*} + } + } + allow_archetype CLUSTER[at0016] occurrences matches {0..*} matches { -- Network + include + archetype_id/value matches {/openEHR-EHR-CLUSTER\.person(-[a-zA-Z0-9_]+)*\.v1|openEHR-EHR-CLUSTER\.organisation(-[a-zA-Z0-9_]+)*\.v1/} + } + allow_archetype CLUSTER[at0017] occurrences matches {0..*} matches { -- Additional details + include + archetype_id/value matches {/.*/} + } + ELEMENT[at0018] occurrences matches {0..1} matches { -- Comment + value matches { + DV_TEXT matches {*} + } + } + } + } + } + protocol matches { + ITEM_TREE[at0010] matches { -- Tree + items cardinality matches {0..*; unordered} matches { + ELEMENT[at0011] occurrences matches {0..1} matches { -- Last updated + value matches { + DV_DATE_TIME matches {*} + } + } + allow_archetype CLUSTER[at0012] occurrences matches {0..*} matches { -- Extension + include + archetype_id/value matches {/.*/} + } + } + } + } + } + +ontology + term_definitions = < + ["en"] = < + items = < + ["at0000"] = < + text = <"Social network"> + description = <"Group of individuals connected by social interactions and personal relationships."> + > + ["at0001"] = < + text = <"Tree"> + description = <"@ internal @"> + > + ["at0002"] = < + text = <"Partnership status"> + description = <"Single word or phrase that describes an individual's current relationship with a life partner."> + comment = <"Coding of the partnership status with a terminology is preferred, where possible. There is a huge variation in the value sets used across jurisdictions. Many have local, government-mandated value sets rather than using SNOMED CT or similar. For example: a 'marital status' value set including 'never married' or 'single'; 'married'; 'divorced'; or 'widowed'. Also known as 'civil status', 'union status', or 'relationship status'."> + > + ["at0010"] = < + text = <"Tree"> + description = <"@ internal @"> + > + ["at0011"] = < + text = <"Last updated"> + description = <"Date when the social network was updated."> + comment = <"At implementation, it is assumed that if an associated person or organisation archetype is added or updated then this date will also be updated. +"> + > + ["at0012"] = < + text = <"Extension"> + description = <"Additional information required to extend the model with local content or to align with other reference models or formalisms."> + comment = <"For example: local information requirements; or additional metadata to align with FHIR."> + > + ["at0015"] = < + text = <"Description"> + description = <"Narrative description about the social network and connections for the individual."> + > + ["at0016"] = < + text = <"Network"> + description = <"Structured details about people or community organisations who are connected to the individual."> + > + ["at0017"] = < + text = <"Additional details"> + description = <"Additional structured details about the social network."> + > + ["at0018"] = < + text = <"Comment"> + description = <"Additional narrative about the social network, not captured in other fields."> + > + > + > + ["fr"] = < + items = < + ["at0000"] = < + text = <"*Social network (en)"> + description = <"*Group of individuals connected by social interactions and personal relationships. (en)"> + > + ["at0001"] = < + text = <"Tree"> + description = <"@ internal @"> + > + ["at0002"] = < + text = <"*Partnership status (en)"> + description = <"*Single word or phrase that describes an individual's current relationship with a life partner. (en)"> + comment = <"*Coding of the partnership status with a terminology is preferred, where possible. There is a huge variation in the value sets used across jurisdictions. Many have local, government-mandated value sets rather than using SNOMED CT or similar. For example: a 'marital status' value set including 'never married' or 'single'; 'married'; 'divorced'; or 'widowed'. Also known as 'civil status', 'union status', or 'relationship status'. (en)"> + > + ["at0010"] = < + text = <"Tree"> + description = <"@ internal @"> + > + ["at0011"] = < + text = <"Dernière mise à jour"> + description = <"*Date when the social network was updated. (en)"> + comment = <"*At implementation, it is assumed that if an associated person or organisation archetype is added or updated then this date will also be updated. + (en)"> + > + ["at0012"] = < + text = <"Extension"> + description = <"*Additional information required to extend the model with local content or to align with other reference models or formalisms. (en)"> + comment = <"*For example: local information requirements; or additional metadata to align with FHIR. (en)"> + > + ["at0015"] = < + text = <"*Description (en)"> + description = <"*Narrative description about the social network and connections for the individual. (en)"> + > + ["at0016"] = < + text = <"*Network (en)"> + description = <"*Structured details about people or community organisations who are connected to the individual. (en)"> + > + ["at0017"] = < + text = <"*Additional details (en)"> + description = <"*Additional structured details about the social network. (en)"> + > + ["at0018"] = < + text = <"*Comment (en)"> + description = <"*Additional narrative about the social network, not captured in other fields. (en)"> + > + > + > + ["nb"] = < + items = < + ["at0000"] = < + text = <"Sosialt nettverk"> + description = <"Gruppe av individer som er knyttet sammen ved sosial interaksjon og personlige forbindelser."> + > + ["at0001"] = < + text = <"Tree"> + description = <"@ internal @"> + > + ["at0002"] = < + text = <"Sivilstand"> + description = <"Enkeltord eller frase som beskriver et individs nåværende forhold til en livspartner."> + comment = <"Det anbefales å kode sivilstatus med en terminologi dersom mulig. Det er stor variasjon i verdisett som benyttes på tvers av jurisdiksjoner. Det finnes lokale, myndighetspålagte verdisett eller terminologier som for eksempel SNOMED CT eller lignende. For eksempel Ugift, Gift, Registrert partner, Samboer, Skilt, Enke, Enkemann, Enslig."> + > + ["at0010"] = < + text = <"Tree"> + description = <"@ internal @"> + > + ["at0011"] = < + text = <"Sist oppdatert"> + description = <"Datoen da det sosiale nettverket siste ble oppdatert."> + comment = <"Det antas at det ved implementasjon legges til rette for at denne datoen bli oppdatert dersom en tilknyttet \"Person\"- eller \"Organisasjons\"- arketype legges til eller oppdateres."> + > + ["at0012"] = < + text = <"Tilleggsinformasjon"> + description = <"Ytterligere informasjon som trengs for å kunne registrere lokalt definert innhold eller for å tilpasse til andre referansemodeller/formalismer."> + comment = <"For eksempel lokale informasjonsbehov eller ytterligere metadata for å kunne tilpasse til tilsvarende konsepter i FHIR."> + > + ["at0015"] = < + text = <"Beskrivelse"> + description = <"Fritekstbeskrivelse om det sosiale nettverket og tilknytninger for individet."> + > + ["at0016"] = < + text = <"Nettverk"> + description = <"Strukturerte detaljer om mennesker eller organisasjoner som har en forbindelse med individet."> + > + ["at0017"] = < + text = <"Ytterligere detaljer"> + description = <"Ytterligere strukturerte detaljer om det sosiale nettverket."> + > + ["at0018"] = < + text = <"Kommentar"> + description = <"Ytterligere fritekst om det sosiale nettverket som ikke er registrert i andre felt."> + > + > + > + ["de"] = < + items = < + ["at0000"] = < + text = <"Soziales Netzwerk"> + description = <"Gruppe von Personen, die durch soziale Interaktionen und persönliche Beziehungen miteinander vernetzt sind."> + > + ["at0001"] = < + text = <"Tree"> + description = <"@ internal @"> + > + ["at0002"] = < + text = <"Status der Partnerschaft"> + description = <"Einzelnes Wort oder Satz, der die aktuelle Beziehung einer Person zu einem Lebenspartner beschreibt."> + comment = <"Eine Kodierung des Partnerschaftsstatus mit einer Terminologie wird nach Möglichkeit bevorzugt. Es gibt eine große Variation in den verwendeten Wertesätzen in den verschiedenen Rechtsordnungen. Viele haben lokale, staatlich vorgeschriebene Wertesätze, statt der Verwendung von SNOMED CT oder ähnliches. Zum Beispiel: ein „Familienstand“-Wertesatz einschließlich „nie verheiratet“ oder „ledig“; 'verheiratet'; 'geschieden'; oder „verwitwet“. Auch als „Zivilstand“, „Partnerschaftsstatus“ oder „Beziehungsstatus“ bekannt."> + > + ["at0010"] = < + text = <"Tree"> + description = <"@ internal @"> + > + ["at0011"] = < + text = <"Letzte Aktualisierung"> + description = <"Datum, an dem das soziale Netzwerk aktualisiert wurde."> + comment = <"Bei der Implementierung wird davon ausgegangen, dass dieses Datum ebenfalls aktualisiert wird, wenn ein zugehöriger Personen- oder Organisationsarchetyp hinzugefügt oder aktualisiert wird."> + > + ["at0012"] = < + text = <"Erweiterung"> + description = <"Zusätzliche Informationen zur Erfassung lokaler Inhalte oder Anpassung an andere Referenzmodelle/Formalismen."> + comment = <"Comment: Zum Beispiel: Lokaler Informationsbedarf oder zusätzliche Metadaten zur Anpassung an FHIR-Ressourcen."> + > + ["at0015"] = < + text = <"Beschreibung"> + description = <"Narrative Beschreibung über das soziale Netzwerk und die Vernetzungen des Individuums."> + > + ["at0016"] = < + text = <"Netzwerk"> + description = <"Strukturierte Angaben zu Personen oder Gemeinschaftsorganisationen, die mit der betreffenden Person in Verbindung stehen."> + > + ["at0017"] = < + text = <"Zusätzliche Angaben"> + description = <"Zusätzliche strukturierte Angaben über das soziale Netzwerk."> + > + ["at0018"] = < + text = <"Kommentar"> + description = <"Zusätzliche Informationen über das soziale Netzwerk, die in anderen Feldern nicht erfasst werden."> + > + > + > + > From 0563028b24cc06851294ae4b6f4f651474179ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Kabbech?= Date: Wed, 4 Sep 2024 16:54:04 +0200 Subject: [PATCH 3/3] Update burgerlijkestaat2023.csv Add root archetype name and type --- data/mappings/burgerlijkestaat2023.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mappings/burgerlijkestaat2023.csv b/data/mappings/burgerlijkestaat2023.csv index 22b0abd..908c62d 100644 --- a/data/mappings/burgerlijkestaat2023.csv +++ b/data/mappings/burgerlijkestaat2023.csv @@ -1,3 +1,3 @@ ZIB_Id,ZIB_Naam,ZIB_Type,ZIB_Card,ZIB_DefCode,ZIB_Verwijzing,openEHR_Path,openEHR_Naam,openEHR_Type,openEHR_Card,openEHR_Term,Commentaar -NL-CM:7.9.1,BurgerlijkeStaatRC,rootconcept,,,,,,,,, +NL-CM:7.9.1,BurgerlijkeStaatRC,rootconcept,,,,,Social network,EVALUATION,,, NL-CM:7.9.2,BurgerlijkeStaat,CD,0..1,,BurgerlijkeStaatCodelijst,/data[at0001]/items[at0002.1],Partnership status,DC_CODED_TEXT,0..1,,