Class Communication
An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency was notified about a reportable condition.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class Communication : DomainResource, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Received
Extension container element for Received
Declaration
public Element _Received { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Sent
Extension container element for Sent
Declaration
public Element _Sent { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Status
Extension container element for Status
Declaration
public Element _Status { get; set; }
Property Value
Type | Description |
---|---|
Element |
Category
The type of message conveyed such as alert, notification, reminder, instruction, etc.
Declaration
public CodeableConcept Category { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Encounter
The encounter within which the communication was sent.
Declaration
public Reference Encounter { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Identifier
Identifiers associated with this Communication that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Medium
A channel that was used for this communication (e.g. email, fax).
Declaration
public List<CodeableConcept> Medium { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Payload
Text, attachment(s), or resource(s) that was communicated to the recipient.
Declaration
public List<CommunicationPayload> Payload { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Reason
The reason or justification for the communication.
Declaration
public List<CodeableConcept> Reason { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Received
The time when this communication arrived at the destination.
Declaration
public string Received { get; set; }
Property Value
Type | Description |
---|---|
System. |
Recipient
The entity (e.g. person, organization, clinical information system, or device) which was the target of the communication. If receipts need to be tracked by individual, a separate resource instance will need to be created for each recipient. Multiple recipient communications are intended where either a receipt(s) is not tracked (e.g. a mass mail-out) or is captured in aggregate (all emails confirmed received by a particular time).
Declaration
public List<Reference> Recipient { get; set; }
Property Value
Type | Description |
---|---|
fhir |
RequestDetail
The communication request that was responsible for producing this communication.
Declaration
public Reference RequestDetail { get; set; }
Property Value
Type | Description |
---|---|
Reference |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceSender
The entity (e.g. person, organization, clinical information system, or device) which was the source of the communication.
Declaration
public Reference Sender { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Sent
The time when this communication was sent.
Declaration
public string Sent { get; set; }
Property Value
Type | Description |
---|---|
System. |
Status
The status of the transmission.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
Subject
The patient who was the focus of this communication.
Declaration
public Reference Subject { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |