The last possible request, Provide Document Bundle, can be used to add a document to the patient health record.
In order to provide a document, a FHIR bundle encapsulating it should be provided within the request body. In the provided collection, an example document is provided but it will not work as the document already exist in the system. Copy and paste the encapsulated document previously built in the body tab of the request in Postman. Make sure raw and XML/JSON are selected in the parameter depending on your needs :
Pay attention to the profile constrain when building the encapsulation (see how to post document using MHD for more information). OID, patient number, practitioner are all metadata and parameter that should be filled properly. In the provided collection, fields where the patient's NISS is needed have been set to be the collection variable "Patient NISS".
The document itself needs to be encoded in B64 and put as value of the content node of the Binary resource.
The current version is beta and the structure will change in the future. The general idea will be the same
