Difference between revisions of "Deliver Message"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) |
Brett Esler (Talk | contribs) |
||
Line 1: | Line 1: | ||
Profile for delivery of PDF documents via FHIR interface | Profile for delivery of PDF documents via FHIR interface | ||
+ | |||
+ | =Message Bundle= | ||
+ | * send a Bundle of resources to the base url of the Hiasobi FHIR server e.g. https://localhost:8102 | ||
+ | * this is a transaction | ||
+ | |||
+ | * Bundle | ||
+ | ** MessageHeader | ||
+ | ** Patient | ||
+ | ** Practitioner | ||
+ | ** Organization | ||
+ | |||
+ | |||
+ | =Communication Bundle= | ||
* send a Bundle of resources to the base url of the Hiasobi FHIR server e.g. https://localhost:8102 | * send a Bundle of resources to the base url of the Hiasobi FHIR server e.g. https://localhost:8102 | ||
* Bundle.entry -'fullUrl' value use "urn:uuid:" to allow resources to reference others within the bundle | * Bundle.entry -'fullUrl' value use "urn:uuid:" to allow resources to reference others within the bundle |
Revision as of 11:27, 14 October 2016
Profile for delivery of PDF documents via FHIR interface
Message Bundle
- send a Bundle of resources to the base url of the Hiasobi FHIR server e.g. https://localhost:8102
- this is a transaction
- Bundle
- MessageHeader
- Patient
- Practitioner
- Organization
Communication Bundle
- send a Bundle of resources to the base url of the Hiasobi FHIR server e.g. https://localhost:8102
- Bundle.entry -'fullUrl' value use "urn:uuid:" to allow resources to reference others within the bundle
- this is a transaction
- 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
Note: can include full resource entry for recipient, sender, subject (include in the bundle and use "urn:uuid:" reference) or relative resource reference to FHIR server location.