Skip to content

Commit

Permalink
update value set for languages (issue #64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegm authored and oliveregger committed Jan 5, 2022
1 parent 07fabe2 commit b87aa82
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions input/examples/bundle/bundle-order-referral-form.xml
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
<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"/>
<answerValueSet value="http://fhir.ch/ig/ch-epr-term/ValueSet/DocumentEntry.languageCode"/>
</item>
<item>
<linkId value="patient.contactperson"/>
Expand Down Expand Up @@ -1449,9 +1449,9 @@
<communication>
<language>
<coding>
<system value="urn:ietf:bcp:47"/>
<system value="urn:oid:2.16.840.1.113883.6.316"/>
<code value="de-CH"/>
<display value="German (Switzerland)"/>
<display value="Deutsch (Schweiz)"/>
</coding>
</language>
<preferred value="true"/>
Expand Down Expand Up @@ -1816,9 +1816,9 @@
<text value="Korrespondenssprache"/>
<answer>
<valueCoding>
<system value="urn:ietf:bcp:47"/>
<system value="urn:oid:2.16.840.1.113883.6.316"/>
<code value="de-CH"/>
<display value="German (Switzerland)"/>
<display value="Deutsch (Schweiz)"/>
</valueCoding>
</answer>
</item>
Expand Down
4 changes: 2 additions & 2 deletions input/examples/patient/ErikaMusterfrau.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
<communication>
<language>
<coding>
<system value="urn:ietf:bcp:47"/>
<system value="urn:oid:2.16.840.1.113883.6.316"/>
<code value="de-CH"/>
<display value="German (Switzerland)"/>
<display value="Deutsch (Schweiz)"/>
</coding>
</language>
<preferred value="true"/>
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/EX_Questionnaire.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Description: "Example for Questionnaire"
* item[=].item[=].definition = "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient#Patient.communication:languageOfCorrespondance"
* item[=].item[=].text = "Korrespondenssprache"
* item[=].item[=].type = #choice
* item[=].item[=].answerValueSet = "http://hl7.org/fhir/ValueSet/languages"
* item[=].item[=].answerValueSet = "http://fhir.ch/ig/ch-epr-term/ValueSet/DocumentEntry.languageCode"

// ---------- Patient Contact Person : The principle target of a particular Form Content is one patient ----------
* item[=].item[+].linkId = "patient.contactperson"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/EX_QuestionnaireResponse_order-referral-form.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Description: "Example for QuestionnaireResponse"

* item[=].item[+].linkId = "patient.languageOfCorrespondance"
* item[=].item[=].text = "Korrespondenssprache"
* item[=].item[=].answer.valueCoding = urn:ietf:bcp:47#de-CH "German (Switzerland)"
* item[=].item[=].answer.valueCoding = urn:oid:2.16.840.1.113883.6.316#de-CH "Deutsch (Schweiz)"

// ---------- Patient Contact Person : The principle target of a particular Form Content is one patient ----------
* item[=].item[+].linkId = "patient.contactperson"
Expand Down

0 comments on commit b87aa82

Please sign in to comment.