Difference between revisions of "Deliver to Inbox"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) |
Brett Esler (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | Deliver document(s) to inbox | ||
+ | - matching on names, identifier, date of birth | ||
+ | <pre> | ||
POST / | POST / | ||
− | MessageHeader | + | 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 | ||
+ | </pre> | ||
+ | |||
+ | |||
[[Example JSON Delivery Submission]] | [[Example JSON Delivery Submission]] |
Revision as of 22:50, 3 May 2020
Deliver document(s) to inbox - matching on names, identifier, date of birth
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