Resources
Communication
An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency that was notified about a reportable condition.
Properties
Name | Required | Type | Description |
---|---|---|---|
identifier | No | Identifier[] | Unique identifier |
instantiatesCanonical | No | canonical[] | Instantiates FHIR protocol or definition |
instantiatesUri | No | uri[] | Instantiates external protocol or definition |
basedOn | No | Reference<Resource>[] | Request fulfilled by this communication |
partOf | No | Reference<Resource>[] | Part of this action |
inResponseTo | No | Reference<Communication>[] | Reply to |
status | Yes | code | preparation / in-progress / not-done / on-hold / stopped / completed / entered-in-error / unknown |
statusReason | No | CodeableConcept | Reason for current status |
category | No | CodeableConcept[] | Message category |
priority | No | code | routine / urgent / asap / stat |
medium | No | CodeableConcept[] | A channel of communication |
subject | No | Reference<Patient / Group> | Focus of message |
topic | No | CodeableConcept | Description of the purpose/content |
about | No | Reference<Resource>[] | Resources that pertain to this communication |
encounter | No | Reference<Encounter> | Encounter created as part of |
sent | No | dateTime | When sent |
received | No | dateTime | When received |
recipient | No | Reference<Device / Organization / Patient / Practitioner / PractitionerRole / RelatedPerson / Group / CareTeam / HealthcareService>[] | Message recipient |
sender | No | Reference<Device / Organization / Patient / Practitioner / PractitionerRole / RelatedPerson / HealthcareService> | Message sender |
reasonCode | No | CodeableConcept[] | Indication for message |
reasonReference | No | Reference<Condition / Observation / DiagnosticReport / DocumentReference>[] | Why was communication done? |
payload | No | CommunicationPayload | Message payload |
- id | No | string | Unique id for inter-element referencing |
- extension | No | Extension[] | Additional content defined by implementations |
- modifierExtension | No | Extension[] | Extensions that cannot be ignored even if unrecognized |
- content[x] | Yes | string, Attachment, Reference<Resource> | Message part content |
note | No | Annotation[] | Comments made about the communication |
Search Parameters
Name | Type | Description | Expression |
---|---|---|---|
based-on | reference | Request fulfilled by this communication | Communication.basedOn |
category | token | Message category | Communication.category |
encounter | reference | Encounter created as part of | Communication.encounter |
identifier | token | Unique identifier | Communication.identifier |
instantiates-canonical | reference | Instantiates FHIR protocol or definition | Communication.instantiatesCanonical |
instantiates-uri | uri | Instantiates external protocol or definition | Communication.instantiatesUri |
medium | token | A channel of communication | Communication.medium |
part-of | reference | Part of this action | Communication.partOf |
patient | reference | Focus of message | Communication.subject |
received | date | When received | Communication.received |
recipient | reference | Message recipient | Communication.recipient |
sender | reference | Message sender | Communication.sender |
sent | date | When sent | Communication.sent |
status | token | preparation / in-progress / not-done / on-hold / stopped / completed / entered-in-error / unknown | Communication.status |
subject | reference | Focus of message | Communication.subject |
Inherited Properties
Name | Required | Type | Description |
---|---|---|---|
id | No | string | Logical id of this artifact |
meta | No | Meta | Metadata about the resource |
implicitRules | No | uri | A set of rules under which this content was created |
language | No | code | Language of the resource content |
text | No | Narrative | Text summary of the resource, for human interpretation |
contained | No | Resource[] | Contained, inline Resources |
extension | No | Extension[] | Additional content defined by implementations |
modifierExtension | No | Extension[] | Extensions that cannot be ignored |
To view the FHIR specification for this resource, see Communication.