From 9eca2c5092cefe078fd32d6fe69881a896fff51f Mon Sep 17 00:00:00 2001 From: ziegm Date: Mon, 8 May 2023 06:59:58 -0500 Subject: [PATCH] add language tag #217 --- input/fsh/instances/patient/PersonEch011.fsh | 5 +++-- input/pagecontent/changelog.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/input/fsh/instances/patient/PersonEch011.fsh b/input/fsh/instances/patient/PersonEch011.fsh index f97ffbb..d1bc732 100644 --- a/input/fsh/instances/patient/PersonEch011.fsh +++ b/input/fsh/instances/patient/PersonEch011.fsh @@ -4,7 +4,8 @@ Usage: #example Title: "Person eCH-011" Description: "Patient eCH-011 with names, marital status and separation type, delivery address if it is not the address of the patient (detailed explanation in narrative)" * text.status = #additional -* text.div = "
Example according to eCH-011
\r\n\r\n 3.3.2 nameData – Namensangaben\r\n \r\n \r\n 3.3.5 maritalData - Zivilstandsangaben\r\n \r\n\r\n 3.3.8 contactData – Kontaktangaben \r\n
" +* text.div = "
Example according to eCH-011
\r\n\r\n 3.3.2 nameData – Namensangaben\r\n \r\n \r\n 3.3.5 maritalData - Zivilstandsangaben\r\n \r\n\r\n 3.3.8 contactData – Kontaktangaben \r\n
" +* language = #de-CH * name[0].use = #official // Amtlicher Name (zwingend) – officialName, siehe Kapitel 3.3.2.1, Extension is optional, but when used the use attribute value must be offical @@ -35,7 +36,7 @@ Description: "Patient eCH-011 with names, marital status and separation type, de * birthDate = "1982-03-20" * maritalStatus.extension.url = "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-maritaldata-separation" * maritalStatus.extension.valueCodeableConcept = $ech-11-maritaldata-separation#1 "Freiwillig getrennt" -* maritalStatus.coding[0] = $v3-MaritalStatus#M "married" +* maritalStatus.coding[0] = $v3-MaritalStatus#M * maritalStatus.coding[+] = $ech-11-maritalstatus#6 "in eingetragener Partnerschaft" * contact.relationship = $ech-11#contactData * contact.name.family = "Dalkiliç" diff --git a/input/pagecontent/changelog.md b/input/pagecontent/changelog.md index 1ef0f9d..1bb8e76 100644 --- a/input/pagecontent/changelog.md +++ b/input/pagecontent/changelog.md @@ -17,7 +17,7 @@ All significant changes to this FHIR implementation guide will be documented on * [#31](https://github.com/hl7ch/ch-core/issues/31): Improve profiling for identifiers to avoid duplicated elements in the snapshot table * [#205](https://github.com/hl7ch/ch-core/issues/205): Concretization of the mapping of Patient.telecom for versions as of HL7 v2.7 * [#181](https://github.com/hl7ch/ch-core/issues/181): Updated used eCH standards (incl. versions) to [introduction (home)](index.html#introduction) (standards themselves currently have no updates) - +* [#217](https://github.com/hl7ch/ch-core/issues/217): Add language tag to instances, to be able to validate the translation of codes