Skip to content

Commit

Permalink
add some test examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegm committed Sep 27, 2024
1 parent cd1af09 commit 20e01d0
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ Documentation:
* https://build.fhir.org/ig/FHIR/ig-guidance/languages.html#producing-multi-language-igs
* https://chat.fhir.org/#narrow/stream/380308-Multi-lingual-IGs

TODO:
- translation of codes (coding.code -> not cc.text)

***************************

# Further links
Expand Down
6 changes: 5 additions & 1 deletion input/fsh/examples/Patient.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ Description: "Example for Patient"
* name
* family = "Meier"
* given = "Petra"
* maritalStatus.text = "Married"
* maritalStatus.coding = http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus#2 "verheiratet"
* maritalStatus.text = "Married"
* communication.language.text = "German"
* gender = #female
* birthDate = "1990-09-09"
8 changes: 8 additions & 0 deletions input/translations-de/Patient-PetraMeier.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@
msgid "Married"
msgstr "Verheiratet"

#: CodeableConcept.coding.display
msgid "verheiratet"
msgstr "verheiratet"

#: CodeableConcept.text
msgid "German"
msgstr "Deutsch"

7 changes: 7 additions & 0 deletions input/translations-fr/Patient-PetraMeier.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@
msgid "Married"
msgstr "Marié"

#: CodeableConcept.coding.display
msgid "verheiratet"
msgstr "marié-e"

#: CodeableConcept.text
msgid "German"
msgstr "Allemand"

0 comments on commit 20e01d0

Please sign in to comment.