Stream: implementers
Topic: Saving Organization Model from iOS App
Karimulla (May 10 2017 at 06:14):
Hi I am saving Organization object into FHIR server.
While saving type value I am saving type as Array, But in server if I saw type is saving as Dictionary.
While return object of Organization, iOS unable to read that value due to mismatch of data type?
Can you some one please suggest why this happening.
Lloyd McKenzie (May 10 2017 at 07:48):
Make sure the server you are sending to supports the same version of FHIR as the instance you are sending
Lloyd McKenzie (May 10 2017 at 07:48):
If you're posting to a public test server, what URL are you using?
Last updated: Apr 12 2022 at 19:14 UTC