Difference between revisions of "Deliver to Inbox"

From Hiasobi - FHIR
Jump to: navigation, search
Line 1: Line 1:
 
Deliver document(s) to inbox
 
Deliver document(s) to inbox
 
- matching on names, identifier, date of birth
 
- matching on names, identifier, date of birth
 +
 +
[[Example JSON Delivery Submission]]
  
 
<pre>
 
<pre>
Line 40: Line 42:
 
                 data - base64 content
 
                 data - base64 content
 
</pre>
 
</pre>
 
 
 
[[Example JSON Delivery Submission]]
 

Revision as of 22:51, 3 May 2020

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