Message

class Message : KotlinCustomResource

Parses and stores an HL7v2 message. This method triggers an asynchronous notification to any Pub/Sub topic configured in Hl7V2Store.Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP adapter is configured to listen to a Pub/Sub topic, the adapter transmits the message when a notification is received.

Properties

Link copied to clipboard
val createTime: Output<String>

The datetime when the message was created. Set by the server.

Link copied to clipboard
val data: Output<String>

Raw message bytes.

Link copied to clipboard
val datasetId: Output<String>
Link copied to clipboard
val hl7V2StoreId: Output<String>
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

User-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}\p{N}_-{0,63} No more than 64 labels can be associated with a given store.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val messageType: Output<String>

The message type for this message. MSH-9.1.

Link copied to clipboard
val name: Output<String>

Resource name of the Message, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}. Assigned by the server.

Link copied to clipboard

The parsed version of the raw message data.

Link copied to clipboard

All patient IDs listed in the PID-2, PID-3, and PID-4 segments of this message.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The parsed version of the raw message data schematized according to this store's schemas and type definitions.

Link copied to clipboard
val sendFacility: Output<String>

The hospital that this message came from. MSH-4.

Link copied to clipboard
val sendTime: Output<String>

The datetime the sending application sent this message. MSH-7.

Link copied to clipboard
val urn: Output<String>