PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r3@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/Hl7v2Message
description: null
package_name: io.health-samurai.core.r3
derivation: specialization
name: Hl7v2Message
type: Hl7v2Message
elements:
  config:
    type: Reference
    short: Reference to the configuration for processing this message.
    refers: ['http://health-samurai.io/fhir/core/StructureDefinition/Hl7v2Config']
    index: 6
  type: {type: code, short: Message type code from the HL7v2 message., index: 3}
  src: {type: string, short: Original source text of the HL7v2 message., index: 1}
  outcome: {short: Outcome of message processing., index: 8}
  event: {type: code, short: Event type code from the HL7v2 message., index: 4}
  status:
    type: string
    short: Processing status of the message (received, processed, or error).
    constraint:
      enum-4: {human: 'Status must be one of: received, processed, error', severity: error, expression: '%context.subsetOf(''received'' | ''processed'' | ''error'')'}
    index: 2
  _source: {type: string, short: System Property. DO NOT USE IT., index: 0}
  parsed: {short: Parsed content of the HL7v2 message., index: 7}
  apiOperation: {type: string, short: API operation to be performed with this message., index: 5}
package_version: 0.2601.0
class: resource
kind: resource
url: http://health-samurai.io/fhir/core/StructureDefinition/Hl7v2Message
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 0.2601.0
required: [src, status]