blue-button / bluebutton.js

The Blue Button JavaScript Library
blue-button.github.io/bluebutton.js
Other
152 stars 102 forks source link

Language missing from demographics #33

Closed mjacksonw closed 11 years ago

mjacksonw commented 11 years ago

A relatively important one to get in there, even if it's just the language code (eg "EN") that comes through.

blacktm commented 11 years ago

Will appear in the next build (0.0.8). Language XML looks like this:

<languageCommunication>
  <languageCode code="fr-CN"/>
  <modeCode code="RWR" displayName="Recieve Written" codeSystem="2.16.840.1.113883.5.60" codeSystemName="LanguageAbilityMode"/>
  <preferenceInd value="true"/>
</languageCommunication>

I'll just grab the languageCode for now. Let me know if you think modeCode would be important also.