Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.hl7V2Stores.messages.create
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.
HTTP request
POST https://healthcare.googleapis.com/v1/{parent=projects/*/locations/*/datasets/*/hl7V2Stores/*}/messages
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[[["This API method `projects.locations.datasets.hl7V2Stores.messages.create` parses and stores an HL7v2 message within a designated HL7v2 store."],["Upon creation of the message, an asynchronous notification is sent to any configured Pub/Sub topic matching the message's filtering criteria as set up in `Hl7V2Store.Hl7V2NotificationConfig`."],["The HTTP request uses `POST` method to the endpoint `https://healthcare.googleapis.com/v1/{parent=projects/*/locations/*/datasets/*/hl7V2Stores/*}/messages` and the request body should contain the HL7v2 message data in JSON format."],["Successful execution of this method returns a newly created `Message` resource, representing the stored HL7v2 message."],["Authorization for this method requires the `healthcare.hl7V2Messages.create` IAM permission and one of the OAuth scopes: `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]