How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Commure FHIR API

The FHIR API from Commure — 49 operation(s) for fhir.

Commure FHIR API is one of 2 APIs that Commure publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include FHIR. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, authentication docs, and rate-limit docs.

This API exposes 53 operations across 49 paths, and defines 1 schema. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://api-{tenant-id}.developer.commure.com.

53 operations 49 paths 1 schemas 1 DELETE23 GET28 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api-{tenant-id}.developer.commure.com
Authentication
OAuth 2.0, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Commure FHIR API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (SMARTonFHIR) using the authorizationCode and clientCredentials flows, exposing 5 scopes. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • SMARTonFHIR — OpenID Connect / SMART App Launch. Supports the authorization code (with PKCE), implicit, hybrid, client credentials and refresh token grants.
  • bearerAuth — Access token issued by the Commure Authentication API, presented as a bearer token (tokens are prefixed "Sec-").

Paths & Operations 53

Across 49 paths, the API surfaces 53 operations — 1 DELETE, 23 GET, 28 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

FHIR 53
GET
/api/v1/{fhir_version}/{type}/{id}/_history
Get the version history of a resource
getVersionHistoryResource 3 params → 200
GET
/api/v1/{fhir_version}/{type}/{id}/_history/{vid}
Get a specific version of a resource
getSpecificVersionResource 4 params → 200404410
GET
/api/v1/{fhir_version}/{type}/{id}
Get a resource
getResource 6 params → 200304404410
PUT
/api/v1/{fhir_version}/{type}/{id}
Update a resource
updateResource 4 params body → 200201304400401404405409
DELETE
/api/v1/{fhir_version}/{type}/{id}
Delete a resource
deleteResource 4 params → 200204405409412
POST
/api/v1/{fhir_version}/{type}/{id}/$fhir-patch
Apply FHIRPatch for STU3 resources
applyFHIRPatchSTU3Resources 3 params body → 200500
POST
/api/v1/{fhir_version}/{type}/{id}/$commure-json-patch
Apply JSON patch as extended operation
applyJSONPatchAsExtendedOperation 4 params body → 200500
POST
/api/v1/{fhir_version}/{type}/{id}/$validate
Validate a resource
validateResource 3 params body → 200500
GET
/api/v1/{fhir_version}/{type}
Search resources of a type
searchResourcesType 3 params → 200400401404
POST
/api/v1/{fhir_version}/{type}
Create a resource
createResource 3 params body → 200201400404412422
GET
/api/v1/{fhir_version}/{type}/_history
Get the version history of all resources of a type
getVersionHistoryAllResourcesType 2 params → 200
POST
/api/v1/{fhir_version}/{type}/$validate
Validate a resource
validateResource2 2 params body → 200500
POST
/api/v1/{fhir_version}/CodeSystem/{id}/$validate-code
Code System based Validation
codeSystemBasedValidation 2 params body → 200400404500
POST
/api/v1/{fhir_version}/CodeSystem/{id}/$subsumes
Subsumption Testing
subsumptionTesting 2 params body → 200400404500
POST
/api/v1/{fhir_version}/CodeSystem/$validate-code
Code System based Validation
codeSystemBasedValidation2 1 param body → 200400404500
POST
/api/v1/{fhir_version}/CodeSystem/$lookup
Concept Look Up & Decomposition
conceptLookUpDecomposition 1 param body → 200400404500
POST
/api/v1/{fhir_version}/CodeSystem/$subsumes
Subsumption Testing
subsumptionTesting2 1 param body → 200400404500
POST
/api/v1/{fhir_version}/ConceptMap/$translate
Concept Translation
conceptTranslation 1 param body → 200400404500
POST
/api/v1/{fhir_version}/ConceptMap/{id}/$translate
Concept Translation
conceptTranslationById 2 params body → 200400404500
GET
/api/v1/{fhir_version}/Patient/$everything
Fetch Patient Record
fetchPatientRecord 6 params → 200500
GET
/api/v1/{fhir_version}/Patient/{id}/$everything
Fetch Patient Record
fetchPatientRecordById 7 params → 200500
GET
/api/v1/{fhir_version}/MedicinalProduct/$everything
Fetch Product Record
fetchProductRecord 3 params → 200500
GET
/api/v1/{fhir_version}/MedicinalProduct/{id}/$everything
Fetch Product Record
fetchProductRecordById 4 params → 200500
GET
/api/v1/{fhir_version}/CapabilityStatement/{id}/$subset
Fetch a subset of the CapabilityStatement resource
fetchSubsetCapabilityStatementResource 4 params → 200500
POST
/api/v1/{fhir_version}/CapabilityStatement/{id}/$implements
Test if a server implements a client's required operations
testIfServerImplementsClientRequiredOperations 2 params body → 200500
GET
/api/v1/{fhir_version}/CapabilityStatement/$subset
Fetch a subset of the CapabilityStatement resource
fetchSubsetCapabilityStatementResource2 3 params → 200500
GET
/api/v1/{fhir_version}/CapabilityStatement/$conforms
Test if a server implements a client's required operations
testIfServerImplementsClientRequiredOperations2 4 params → 200500
POST
/api/v1/{fhir_version}/CapabilityStatement/$implements
Test if a server implements a client's required operations
testIfServerImplementsClientRequiredOperations3 1 param body → 200500
POST
/api/v1/{fhir_version}/StructureDefinition/$snapshot
Generate Snapshot
generateSnapshot 1 param body → 200500
POST
/api/v1/{fhir_version}/StructureDefinition/{id}/$snapshot
Generate Snapshot
generateSnapshotById 2 params body → 200500
POST
/api/v1/{fhir_version}/StructureMap/$transform
Model Instance Transformation
modelInstanceTransformation 1 param body → 200500
POST
/api/v1/{fhir_version}/StructureMap/{id}/$transform
Model Instance Transformation
modelInstanceTransformationById 2 params body → 200500
POST
/api/v1/{fhir_version}/ValueSet/{id}/$expand
Value Set Expansion
valueSetExpansion 2 params body → 200400404500
POST
/api/v1/{fhir_version}/ValueSet/{id}/$validate-code
Value Set based Validation
valueSetBasedValidation 2 params body → 200400404500
POST
/api/v1/{fhir_version}/ValueSet/$expand
Value Set Expansion
valueSetExpansion2 1 param body → 200400404500
POST
/api/v1/{fhir_version}/ValueSet/$validate-code
Value Set based Validation
valueSetBasedValidation2 1 param body → 200400404500
GET
/api/v1/{fhir_version}
Search all resources
searchAllResources 2 params → 200400401404
POST
/api/v1/{fhir_version}
Post a batch or transaction
postBatchOrTransaction 1 param body → 200400
GET
/api/v1/{fhir_version}/_history
Get the version history of all resources
getVersionHistoryAllResources 1 param → 200
GET
/api/v1/{fhir_version}/metadata
Get this FHIR server's metadata
getFHIRServerMetadata 1 param → 200
GET
/api/v1/{fhir_version}/openapi
Get OpenAPI spec
getOpenAPISpec 1 param → 200500
POST
/api/v1/{fhir_version}/$async-cancel
AsyncCancel
asyncCancel 3 params body → 200500
GET
/api/v1/{fhir_version}/$async-status
AsyncStatus
asyncStatus 3 params → 200500
POST
/api/v1/{fhir_version}/$bulk-delete
Bulk delete data from a FHIR server
bulkDeleteDataFromFHIRServer 6 params body → 200500
POST
/api/v1/{fhir_version}/$export
Export data from a FHIR server
exportDataFromFHIRServer 1 param body → 200500
POST
/api/v1/{fhir_version}/$import
Import data from a FHIR server
importDataFromFHIRServer 1 param body → 200500
POST
/api/v1/{fhir_version}/$closure
Closure Table Maintenance
closureTableMaintenance 1 param body → 200400404500
GET
/api/v1/{fhir_version}/$versions
Discover what versions a server supports
discoverWhatVersionsServerSupports 1 param → 200500
GET
/api/v1/{fhir_version}/Encounter/{id}/$everything
Fetch Encounter Record
fetchEncounterRecord 5 params → 200500
GET
/api/v1/{fhir_version}/Group/{id}/$everything
Fetch a group of Patient Records
fetchGroupPatientRecords 7 params → 200500
GET
/api/v1/{fhir_version}/List/$find
Find a functional list
findFunctionalList 3 params → 200500
GET
/api/v1/{fhir_version}/Observation/$lastn
Last N Observations Query
lastNObservationsQuery 2 params → 200500
GET
/api/v1/r4/.well-known/smart-configuration
SMART App Launch Configuration
sMARTAppLaunchConfiguration → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is OperationOutcome (2 properties). Each schema is shown below with its type and property counts.

OperationOutcome
object
HL7 FHIR OperationOutcome - the standard FHIR error envelope returned on 4xx/5xx.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

commure-fhir-api-openapi.yml Raw ↑

Other APIs Commure publishes across the network.

Commure Auth API
Where this information came from

This is an independent, third-party profile of Commure FHIR API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.