The FHIR api used to just return the default 'CREATED' string when creating a FHIR resource. Now it returns the created resource itself. The DSTU3 class in the SDK is still expecting that 'CREATED' string, so now it's throwing an error. This updates it to check status code instead.
The FHIR api used to just return the default
'CREATED'
string when creating a FHIR resource. Now it returns the created resource itself. TheDSTU3
class in the SDK is still expecting that'CREATED'
string, so now it's throwing an error. This updates it to check status code instead.