Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.fhirStores.fhir.ConceptMap-search-translate
Translates a code from one value set to another by searching for appropriate concept maps.
Implements the FHIR standard $translate operation (DSTU2, STU3, R4, R5).
On success, the response body contains a JSON-encoded representation of a FHIR Parameters resource, which includes the translation result. Errors generated by the FHIR store contain a JSON-encoded OperationOutcome resource describing the reason for the error. If the request cannot be mapped to a valid API method on a FHIR store, a generic GCP error might be returned instead.
HTTP request
GET https://healthcare.googleapis.com/v1beta1/{parent=projects/*/locations/*/datasets/*/fhirStores/*}/fhir/ConceptMap/$translate
[[["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-07-23 UTC."],[[["\u003cp\u003eThis API endpoint translates a code from one value set to another by leveraging FHIR concept maps within a specified FHIR store.\u003c/p\u003e\n"],["\u003cp\u003eIt implements the FHIR standard \u003ccode\u003e$translate\u003c/code\u003e operation, supporting DSTU2, STU3, and R4 versions, and returns the translation result in a JSON-encoded FHIR Parameters resource upon success.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the \u003ccode\u003ehealthcare.fhirResources.translateConceptMap\u003c/code\u003e IAM permission on the specified FHIR store, identified by the \u003ccode\u003eparent\u003c/code\u003e path parameter.\u003c/p\u003e\n"],["\u003cp\u003eKey query parameters include \u003ccode\u003ecode\u003c/code\u003e, \u003ccode\u003esystem\u003c/code\u003e, \u003ccode\u003esource\u003c/code\u003e, and \u003ccode\u003etarget\u003c/code\u003e to define the code and its associated value sets for translation, and \u003ccode\u003eurl\u003c/code\u003e to define the canonical URL of the concept map to use.\u003c/p\u003e\n"],["\u003cp\u003eThe request must be a GET request, and the body must be empty, with the response being a JSON or error description depending on success.\u003c/p\u003e\n"]]],[],null,["# Method: fhir.ConceptMap-search-translate\n\n**Full name**: projects.locations.datasets.fhirStores.fhir.ConceptMap-search-translate\n\nTranslates a code from one value set to another by searching for appropriate concept maps.\n\nImplements the FHIR standard $translate operation ([DSTU2](https://www.hl7.org/fhir/DSTU2/operation-conceptmap-translate.html), [STU3](https://www.hl7.org/fhir/STU3/operation-conceptmap-translate.html), [R4](https://www.hl7.org/fhir/R4/operation-conceptmap-translate.html), [R5](https://www.hl7.org/fhir/R5/operation-conceptmap-translate.html)).\n\nOn success, the response body contains a JSON-encoded representation of a FHIR Parameters resource, which includes the translation result. Errors generated by the FHIR store contain a JSON-encoded `OperationOutcome` resource describing the reason for the error. If the request cannot be mapped to a valid API method on a FHIR store, a generic GCP error might be returned instead.\n\n### HTTP request\n\n`GET https://healthcare.googleapis.com/v1beta1/{parent=projects/*/locations/*/datasets/*/fhirStores/*}/fhir/ConceptMap/$translate`\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 must be empty.\n\n### Response body\n\nIf successful, the response is a generic HTTP response whose format is defined by the method.\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)."]]