fhirbase-plv8 icon indicating copy to clipboard operation
fhirbase-plv8 copied to clipboard

metadata issues

Open nicovn opened this issue 8 years ago • 4 comments

HAPI FHIR client (1.5) can't talk to fhirbase (1.3.0.23) because of two bugs in fhirbase metadata response

  1. "acceptUnknown" : true -> true is an invalid value ... change to "both" ?

  2. interaction list contains "validate" which is not allowed

nicovn avatar Jun 20 '16 07:06 nicovn

Is HAPI FHIR 1.5 oriented to STU-3? I think, we have to update metadata to STU-3

niquola avatar Jun 20 '16 09:06 niquola

This is not STU-3 specific ... code "true" also doesn't exist in DSTU-2

http://hl7.org/fhir/valueset-unknown-content-code.html

nicovn avatar Jun 20 '16 13:06 nicovn

Could you provide simple automated test for HAPI - fhirbase integration, i will add it to our integration?

niquola avatar Jun 20 '16 13:06 niquola

@nicovn

  1. "acceptUnknown" : true -> true is an invalid value ... change to "both" ?

changed to "extensions" in v1.3.0.24

  1. interaction list contains "validate" which is not allowed

removed

danil avatar Jul 01 '16 09:07 danil