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

Add support for valueString Value Type Template #45

Closed
mmacagno opened this issue May 15, 2020 · 0 comments
Closed

Add support for valueString Value Type Template #45

mmacagno opened this issue May 15, 2020 · 0 comments

Comments

@mmacagno
Copy link
Contributor

mmacagno commented May 15, 2020

As title says.
Add additional property to the bag of supported value types.
Useful to transport attributes from messages to the FHIR observation without having to enumerate all possible values.

Example:
given the message:

{ "Body" : { "patientReliefStarted": "occurred", "reliefType": "forwardRelief" // multiple values possible } }

I want to project all the reliefType values in one string attribute together with the CodeableConcept "patientReliefStarted". Currently it's not possible to achieve.

Tracking issue, I will create a PR for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant