You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: