Difference between revisions of "Deliver Message"

From Hiasobi - FHIR
Jump to: navigation, search
(Created page with "Profile for delivery of PDF documents via FHIR interface")
 
Line 1: Line 1:
 
Profile for delivery of PDF documents via FHIR interface
 
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
 +
*** Organization (Communication.recipient)
 +
*** Practitioner (Communication.sender)
 +
*** Patient (Communication.subject)
 +
**** Organization (Patient.managingOrganization, Practitioner.practitionerRole.managingOrganization)
 +
*** Binary (Communication.payload.contentAttachment.url)

Revision as of 10:50, 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
      • Organization (Communication.recipient)
      • Practitioner (Communication.sender)
      • Patient (Communication.subject)
        • Organization (Patient.managingOrganization, Practitioner.practitionerRole.managingOrganization)
      • Binary (Communication.payload.contentAttachment.url)