fhirbase / fhirbase-plv8

[DEPRECATED] Fhirbase 2.0 is an FHIR relational storage
https://health-samurai.io/fhirbase
Other
105 stars 39 forks source link

metadata issues #134

Open nicovn opened 8 years ago

nicovn commented 8 years ago

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

niquola commented 8 years ago

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

nicovn commented 8 years ago

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

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

niquola commented 8 years ago

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

danil commented 8 years ago

@nicovn

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

changed to "extensions" in v1.3.0.24

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

removed