Identifier. Resource name of the HL7v2 store, of the form projects/{projectId}/locations/{locationId}/datasets/{datasetId}/hl7V2Stores/{hl7v2_store_id}.
[[["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-06-27 UTC."],[[["\u003cp\u003eThis endpoint updates an existing HL7v2 store using a PATCH request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL uses gRPC Transcoding syntax, and the HL7v2 store is identified by its resource name in the URL path.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter is required and specifies which fields of the HL7v2 store should be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should include an instance of the \u003ccode\u003eHl7V2Store\u003c/code\u003e resource.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests return an instance of the updated \u003ccode\u003eHl7V2Store\u003c/code\u003e and requires specific OAuth scopes for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: hl7V2Stores.patch\n\n**Full name**: projects.locations.datasets.hl7V2Stores.patch\n\nUpdates the HL7v2 store.\n\n### HTTP request\n\n`PATCH https://healthcare.googleapis.com/v1/{hl7V2Store.name=projects/*/locations/*/datasets/*/hl7V2Stores/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Hl7V2Store](/healthcare-api/docs/reference/rest/v1/projects.locations.datasets.hl7V2Stores#Hl7V2Store).\n\n### Response body\n\nIf successful, the response body contains an instance of [Hl7V2Store](/healthcare-api/docs/reference/rest/v1/projects.locations.datasets.hl7V2Stores#Hl7V2Store).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-healthcare`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]