Resources for configuration Aidbox HL7v2 module.

Overview

HL7v2 module includes the following resource types:

  • Hl7v2Config
  • Hl7v2Message

Hl7v2Config

Path Card. Type Description
_source0..1stringSystem Property. DO NOT USE IT.
extensions0..*Extensions for the HL7v2 message processing configuration.
extensions.after0..1string
extensions.msh0..1stringMessage header information.
extensions.segment0..1stringHL7v2 segment identifier.
extensions.fields0..*BackboneElementFields within the segment.
extensions.fields.key0..1string
extensions.fields.name0..1string
extensions.fields.type0..1string
extensions.quantifier0..1stringOccurrence quantifier.

Allowed values: * | ? | +

isStrict0..1booleanWhether strict validation should be applied.
mapping0..1ReferenceReference to a mapping resource for message transformation.

Allowed references: Mapping

sortTopLevelExtensions0..1booleanWhether to sort top-level extensions during processing.
text0..1Narrative text representation.
text.div0..1stringHTML content of the narrative.
text.status0..1stringStatus of the narrative text.

Hl7v2Message

Path Card. Type Description
_source0..1stringSystem Property. DO NOT USE IT.
apiOperation0..1stringAPI operation to be performed with this message.
config0..1ReferenceReference to the configuration for processing this message.

Allowed references: Hl7v2Config

event0..1codeEvent type code from the HL7v2 message.
outcome0..1ObjectOutcome of message processing.
parsed0..1ObjectParsed content of the HL7v2 message.
src1..1stringOriginal source text of the HL7v2 message.
status1..1stringProcessing status of the message (received, processed, or error).

Allowed values: received | processed | error

type0..1codeMessage type code from the HL7v2 message.

Last updated 2025-05-06T09:17:20Z