Open alexanderkiel opened 4 years ago
In file examples/transaction-0.json, we have an absolute URL to collection-2. Blaze doesn't support absolute URL right now. See also: https://github.com/life-research/blaze/issues/76. We should replace http://blaze.example.com/fhir/Organization/collection-2 with Organization/collection-2.
collection-2
http://blaze.example.com/fhir/Organization/collection-2
Organization/collection-2
In file examples/transaction-0.json, we have an absolute URL to
collection-2
. Blaze doesn't support absolute URL right now. See also: https://github.com/life-research/blaze/issues/76. We should replacehttp://blaze.example.com/fhir/Organization/collection-2
withOrganization/collection-2
.