uniklinik-koeln-fhir/nNGM-Mapping

Bundle type change to transaction

Closed this issue · 2 comments

dd52 commented

https://github.com/clinical-integration-hub/nNGM-Mapping/blob/177c7511656465a64ac5e3b8de424b0945476171/CDS%20Maps/nNGM-CDS-to-FHIR-Master.map#L38

The bundle type needs to be changes to transaction, which will also require A request block in each individual resource.

"request": {
        "method": "POST",
        "url": "ResourceType"
      }

I am working on this issue, could you please validate if my logic is right? value for URL should be the resourcetype like Observation, ServiceRequest?

image

dd52 commented

we will do this after we merge the issue fixes into the master branch