Open vmttn opened 3 years ago
Fixes arkhn/fhir-river#422, arkhn/jpaltime#20
docker-compose up -d potsgres elasticsearch kibana
use_narrowing_interceptor: false
application.yaml:hapi.fhir
mvn jetty:run
{"resourceType": "DocumentReference", "content": {"attachment": {"data": "Zm9vCg=="}}}
"Zm9vCg==" == base64("foo")
Fixes
Fixes arkhn/fhir-river#422, arkhn/jpaltime#20
Description
Technical details
Tests
docker-compose up -d potsgres elasticsearch kibana
use_narrowing_interceptor: false
inapplication.yaml:hapi.fhir
mvn jetty:run
{"resourceType": "DocumentReference", "content": {"attachment": {"data": "Zm9vCg=="}}}
("Zm9vCg==" == base64("foo")
)