-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add patient.languageOfCorrespondance (issue #64)
- Loading branch information
1 parent
45d11d1
commit 07fabe2
Showing
5 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -666,6 +666,13 @@ | |
<text value="Land"/> | ||
<type value="string"/> | ||
</item> | ||
<item> | ||
<linkId value="patient.languageOfCorrespondance"/> | ||
<definition value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.communication:languageOfCorrespondance"/> | ||
<text value="Korrespondenssprache"/> | ||
<type value="choice"/> | ||
<answerValueSet value="http://hl7.org/fhir/ValueSet/languages"/> | ||
</item> | ||
<item> | ||
<linkId value="patient.contactperson"/> | ||
<definition value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.contact"/> | ||
|
@@ -1439,6 +1446,16 @@ | |
<value value="[email protected]"/> | ||
</telecom> | ||
</contact> | ||
<communication> | ||
<language> | ||
<coding> | ||
<system value="urn:ietf:bcp:47"/> | ||
<code value="de-CH"/> | ||
<display value="German (Switzerland)"/> | ||
</coding> | ||
</language> | ||
<preferred value="true"/> | ||
</communication> | ||
</Patient> | ||
</resource> | ||
</entry> | ||
|
@@ -1794,6 +1811,17 @@ | |
<valueString value="Schweiz"/> | ||
</answer> | ||
</item> | ||
<item> | ||
<linkId value="patient.languageOfCorrespondance"/> | ||
<text value="Korrespondenssprache"/> | ||
<answer> | ||
<valueCoding> | ||
<system value="urn:ietf:bcp:47"/> | ||
<code value="de-CH"/> | ||
<display value="German (Switzerland)"/> | ||
</valueCoding> | ||
</answer> | ||
</item> | ||
</item> | ||
<item> | ||
<linkId value="sender"/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,4 +76,14 @@ | |
<value value="[email protected]"/> | ||
</telecom> | ||
</contact> | ||
<communication> | ||
<language> | ||
<coding> | ||
<system value="urn:ietf:bcp:47"/> | ||
<code value="de-CH"/> | ||
<display value="German (Switzerland)"/> | ||
</coding> | ||
</language> | ||
<preferred value="true"/> | ||
</communication> | ||
</Patient> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters