Lee Surprenant
Lee Surprenant
We feel that it makes more sense to leverage modern cloud infrastructure like S3 or Azure Blob for these large binary payloads. The FHIR "Attachment" datatype (used in places like...
https://www.hl7.org/fhir/http.html#history > New resources or updates to existing resources that are triggered by operations also appear in the history, as do updates to the resources that result from interactions outside...
I confirmed that this is working just fine for me from `main`. Did you confirm that the services say they are healthy? ``` $ docker compose ps NAME COMMAND SERVICE...
Info for executing the fhir-path cli jar can be found at https://github.com/IBM/FHIR/tree/main/fhir-path
One of the primary motivations for this issue is to be able to work with the 'Element.id' attribute from our FHIRPathPatch engine. Previously we had some "interesting" behavior for this...
Per the above I posted the following resource: ``` { "resourceType": "Patient", "id": "{{patient}}", "language": "en", "text": { "status": "empty", "div": "Lee (1234)" }, "identifier": [{ "use": "usual", "_use": {...
seems to be working
Originally I wrote it up for a resource with id "123" and a conditional create with `If-None-Exist: _id=123` but Robin pointed out that this WOULD work because `_id` is a...
@punktilious do we still need this one?
Needs team discussion about what would be the preferred behavior. It seems reasonable that if you don't allow create/update/delete of a given resource type, that you probably wouldn't want to...