CreateMessageRequest

Creates a new message.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

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

JSON Schema

CreateMessageRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateMessageRequest",
  "description": "Creates a new message.",
  "properties": {
    "message": {
      "$ref": "#/components/schemas/Message",
      "description": "Required. HL7v2 message."
    }
  },
  "type": "object"
}