Deliver to Inbox

From Hiasobi - FHIR
Revision as of 22:51, 3 May 2020 by Brett Esler (Talk | contribs)

Jump to: navigation, search

Deliver document(s) to inbox - matching on names, identifier, date of birth

Example JSON Delivery Submission

POST /

Bundle
  type - [ transaction | message ]
  1..1   MessageHeader
            id
            timestamp
            eventcoding - see fixed value
            source - name of sender
            destination 
              receiver
                reference - Practitioner/[practitioner id]
  1..1   Practitioner
            id
           identifier
             system
             value
          name
             family
             given
  1..1  Patient
           id
          name
              family
              given
         gender
         birthDate
  1..*  DocumentReference
            id
            type.text - entry type
            indexed
            status = current 
            content
              attachment
                contentType - [ application/pdf | application/rtf | text/plain ] mime type
                data - base64 content