fhirbase-plv8
fhirbase-plv8 copied to clipboard
metadata issues
HAPI FHIR client (1.5) can't talk to fhirbase (1.3.0.23) because of two bugs in fhirbase metadata response
-
"acceptUnknown" : true -> true is an invalid value ... change to "both" ?
-
interaction list contains "validate" which is not allowed
Is HAPI FHIR 1.5 oriented to STU-3? I think, we have to update metadata to STU-3
This is not STU-3 specific ... code "true" also doesn't exist in DSTU-2
http://hl7.org/fhir/valueset-unknown-content-code.html
Could you provide simple automated test for HAPI - fhirbase integration, i will add it to our integration?
@nicovn
- "acceptUnknown" : true -> true is an invalid value ... change to "both" ?
changed to "extensions" in v1.3.0.24
- interaction list contains "validate" which is not allowed
removed