IngestMessageRequest

Ingests a message into the specified HL7v2 store.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
message object Required. HL7v2 message to ingest.
View JSON Schema on GitHub

JSON Schema

IngestMessageRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "IngestMessageRequest",
  "description": "Ingests a message into the specified HL7v2 store.",
  "properties": {
    "message": {
      "$ref": "#/components/schemas/Message",
      "description": "Required. HL7v2 message to ingest."
    }
  },
  "type": "object"
}