-
Notifications
You must be signed in to change notification settings - Fork 1
Cerner/Oracle Health sandbox access and adapter validation #9
Copy link
Copy link
Open
Labels
Description
Summary
Apply for Cerner's FHIR sandbox at fhir.cerner.com and validate the CernerFHIRAdapter against it.
Steps
- Register at fhir.cerner.com for sandbox access
- Obtain client_id/client_secret for system-level OAuth2
- Run CernerFHIRAdapter integration tests against sandbox
- Document Cerner-specific FHIR quirks (reference formats, supported resources)
Acceptance criteria
- Successful OAuth2 client_credentials auth against Cerner sandbox
- Observation.Create succeeds via CernerFHIRAdapter
- Integration tests added to
tests/integration/test_cerner_fhir_adapter.py
Reactions are currently unavailable