http://fhir.patientsknowbest.com/structuredefinition/facade-communication
https://www.hl7.org/fhir/STU3/communication.html
Overview
A [[Message]] from a [[Conversation]] is represented in our FHIR API as a Communication.
These are normally human-authored but can sometimes be generated in other situations, e.g. when a patient completes a consultation.
Note: messages still in draft (i.e. not yet sent) will not be returned.
Relevant PKB entities
Mappings
FHIR | PKB | Notes |
---|---|---|
Resource id | [[Message.Data Point ID]] |
|
Resource meta |
[[Data Point.Privacy Label]] code mappings (PKB → FHIR):
|
|
Communication.extension |
|
|
Communication.status | "unknown" |
|
Communication.subject |
|
|
Communication.recipient | For each [[Message->Recipient]] who was not the Communication.sender, add an entry to the recipient list.
|
|
Communication.sent | [[Message.Timestamp]] |
|
Communication.sender |
|
|
Communication.payload | For each [[Attachment]], add an entry to the payload list:
| Only attachment metadata is returned; the content of any attachments, or of the message itself, is not currently returned. |