Deliver Message
From Hiasobi - FHIR
Revision as of 11:15, 19 April 2016 by Brett Esler (Talk | contribs)
Profile for delivery of PDF documents via FHIR interface
- send a Bundle of resources to the base url of the Hiasobi FHIR server
- Bundle.entry -'fullUrl' value use "urn:uuid:" to allow resources to reference others within the bundle
- Currently restricted to this logical tree:
- Bundle
- Communication - record of document submission
- (sent): date-time of submission
- (Communication.recipient) Organization - value receiving organisation
- (name) - recipient name
- (Communication.sender) Practitioner - reference to sender of the document
- (Communication.subject)Patient - reference to subject of the document
- (Communication.payload.contentAttachment.url) Binary - document content
- (content) - binary content base64
- (contentType) - mime type, allowed application/pdf, application/rtf, text/html
- Communication - record of document submission