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

Incorrect Bundle Output to Use with the Example Request Shown on the Azure Doc #455

Open
ms-teli opened this issue Feb 14, 2023 · 0 comments

Comments

@ms-teli
Copy link
Collaborator

ms-teli commented Feb 14, 2023

Hi,

I have a FHIR server created in Azure HDS Workspace. The FHIR version is R4. I used the example request shown on this doc: https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir/convert-data#sample-request

Then I take the bundle from the response content and post it again. It doesn't work at the first place. I need to fix below errors one by one to make it work. I didn't use any customized templates, everything was by default.

"Error occurred when parsing model: 'While building a POCO: Literal 'CURRENT' is not a valid value for enumeration 'NameUse' (at Resource.entry[4].resource[0].name[0].use[0])'."

"Error occurred when parsing model: 'While building a POCO: Literal 'HOME' is not a valid value for enumeration 'ContactPointUse' (at Resource.entry[4].resource[0].telecom[0].use[0])'."

"Error occurred when parsing model: 'While building a POCO: Literal 'PRSNL' is not a valid value for enumeration 'NameUse' (at Resource.entry[6].resource[0].name[0].use[0])'."

Please fix either the request example in the doc or the template.

If possible, please group all errors in one response.

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