CIBMTR Reporting Implementation Guide
0.1.8 - Trial Use 1
This page is part of the CIBMTR Reporting Implementation Guide (v0.1.8: Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Used to test production client workflows with non-production data
Service | HTTP | Endpoint |
---|---|---|
Access Credentials | POST | https://oktapreview.nmdp.org/oauth2/ausaexcazhLhxKnJs0h7/v1/token |
Base URL | https://int-api.nmdp.org/cibmtr-fhir-backend/v1 | |
CRID Lookup/Assignment | PUT | https://int-api.nmdp.org/cibmtr-fhir-backend/v1/CRID |
FHIR Resources | POST (Create), PUT (Update), GET (Read, Search) |
https://int-api.nmdp.org/cibmtr-fhir-backend/v1/r4/<resource> (replace <resource> with the FHIR resource, e.g., Patient, Observation, etc) |
Service | HTTP | Endpoint |
---|---|---|
Access Credentials | POST | https://okta.nmdp.org/oauth2/aus3ck6q30qmOdpMb1t7/v1/token |
Base URL | https://api.nmdp.org/cibmtr-fhir-backend/v1 | |
CRID Lookup/Assignment | PUT | https://api.nmdp.org/cibmtr-fhir-backend/v1/CRID |
FHIR Resources | POST (Create), PUT (Update), GET (Read, Search) |
https://api.nmdp.org/cibmtr-fhir-backend/v1//r4/<resource> (replace <resource> with the FHIR resource, e.g., Patient, Observation, etc) |
The CIBMTR FHIR resource API only supports Create (POST), Update (PUT), Read (GET), and Search (GET), and Capabilities (GET) interactions.