Difference between revisions of "Deliver Message"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) |
Brett Esler (Talk | contribs) |
||
Line 6: | Line 6: | ||
* Bundle | * Bundle | ||
− | ** Communication | + | ** Communication - record of document submission |
− | *** | + | *** (sent): date-time of submission |
− | *** | + | *** (Communication.recipient) Organization - receiving organisation |
− | *** | + | **** (Organization.name) - recipient name |
− | **** | + | *** (Communication.sender) Practitioner - sender of the document |
− | *** | + | *** (Communication.subject)Patient - subject of the document |
+ | **** (Patient.managingOrganization, Practitioner.practitionerRole.managingOrganization) Organization - associated practice details for patient and practitioner | ||
+ | *** (Communication.payload.contentAttachment.url) Binary - document content |
Revision as of 11:54, 4 April 2016
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 - receiving organisation
- (Organization.name) - recipient name
- (Communication.sender) Practitioner - sender of the document
- (Communication.subject)Patient - subject of the document
- (Patient.managingOrganization, Practitioner.practitionerRole.managingOrganization) Organization - associated practice details for patient and practitioner
- (Communication.payload.contentAttachment.url) Binary - document content
- Communication - record of document submission