Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture patient preferred language #111

Closed
cragun47 opened this issue Jun 18, 2021 · 1 comment
Closed

Capture patient preferred language #111

cragun47 opened this issue Jun 18, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request FIXED

Comments

@cragun47
Copy link
Contributor

Describe the bug
Add capability to find and convert the following patient information

To Reproduce
Create a sample HL7V2.6 patient PID segment with aforementioned patient information.

Expected behavior
Patient information should be detected and added to corresponding fields in HL7 FHIR resources.

Examples:

Communication language: recommended based on ISO table 639. However ISO 639 has additional versions. This is a CWE encoding.

  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",  << May not be this system.
            "code": "nl",
            "display": "Dutch"
          }
        ],
        "text": "Nederlands"
      },
      "preferred": true
    }
  ],

Screenshots
N/A

Additional context
Add any other context about the problem here.

@LisaWellman
Copy link
Contributor

In Release 1.0.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request FIXED
Projects
None yet
Development

No branches or pull requests

3 participants