[[["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\u003eCreates a new FHIR store within a specified dataset using the \u003ccode\u003eprojects.locations.datasets.fhirStores.create\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003ehealthcare.fhirStores.create\u003c/code\u003e IAM permission on the parent dataset.\u003c/p\u003e\n"],["\u003cp\u003eUses a POST request to the provided URL with the dataset's parent path specified.\u003c/p\u003e\n"],["\u003cp\u003eThe request must include a \u003ccode\u003efhirStoreId\u003c/code\u003e and a FHIR store instance in the request body.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful calls will result in a newly created FHIR store instance in the response body, and needs either \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-healthcare\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e authorization scope.\u003c/p\u003e\n"]]],[],null,["# Method: fhirStores.create\n\n**Full name**: projects.locations.datasets.fhirStores.create\n\nCreates a new FHIR store within the parent dataset.\n\n### HTTP request\n\n`POST https://healthcare.googleapis.com/v1beta1/{parent=projects/*/locations/*/datasets/*}/fhirStores`\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 [FhirStore](/healthcare-api/docs/reference/rest/v1beta1/projects.locations.datasets.fhirStores#FhirStore).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [FhirStore](/healthcare-api/docs/reference/rest/v1beta1/projects.locations.datasets.fhirStores#FhirStore).\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)."]]