# Marmar CDS ## Docs - [Create a medication safety assessment](https://docs.cds.marmar.life/api-reference/assessments/create-a-medication-safety-assessment.md) - [Retrieve an assessment by identifier](https://docs.cds.marmar.life/api-reference/assessments/retrieve-an-assessment-by-identifier.md) - [Update assessment review status](https://docs.cds.marmar.life/api-reference/assessments/update-assessment-review-status.md) - [Retrieve a FHIR resource by identifier](https://docs.cds.marmar.life/api-reference/fhir/retrieve-a-fhir-resource-by-identifier.md) - [Search FHIR resources](https://docs.cds.marmar.life/api-reference/fhir/search-fhir-resources.md): Returns a FHIR search bundle for the requested resource type. Supports basic filters for patient, identifier, status, category, and code depending on the resource. - [Submit a FHIR bundle for ingestion](https://docs.cds.marmar.life/api-reference/fhir/submit-a-fhir-bundle-for-ingestion.md): Accepts a FHIR bundle containing Patient, MedicationStatement, MedicationRequest, Condition, AllergyIntolerance, Observation, and Encounter resources. Each resource is validated and stored in the tenant's workspace. The response includes an OperationOutcome and per-resource summary counters. - [Create or update a patient profile](https://docs.cds.marmar.life/api-reference/patients/create-or-update-a-patient-profile.md) - [List patients for the authenticated tenant](https://docs.cds.marmar.life/api-reference/patients/list-patients-for-the-authenticated-tenant.md) - [Assessment completion notification](https://docs.cds.marmar.life/api-reference/webhooks/assessment-completion-notification.md): Marmar sends this webhook when a medication safety assessment is completed. Signatures are generated using an HMAC SHA-256 hash with the tenant's webhook secret. - [Create a new webhook](https://docs.cds.marmar.life/api-reference/webhooks/create-a-new-webhook.md): Creates a webhook with an auto-generated secret. The secret is only returned in this response. - [Delete a webhook](https://docs.cds.marmar.life/api-reference/webhooks/delete-a-webhook.md) - [Get a specific webhook](https://docs.cds.marmar.life/api-reference/webhooks/get-a-specific-webhook.md) - [List all webhooks for the tenant](https://docs.cds.marmar.life/api-reference/webhooks/list-all-webhooks-for-the-tenant.md) - [Regenerate the secret for a webhook](https://docs.cds.marmar.life/api-reference/webhooks/regenerate-the-secret-for-a-webhook.md): Generates a new secret. The old secret is immediately invalidated. - [Update a webhook](https://docs.cds.marmar.life/api-reference/webhooks/update-a-webhook.md) - [Authentication](https://docs.cds.marmar.life/docs/authentication.md) - [FHIR Integration](https://docs.cds.marmar.life/docs/fhir.md) - [Overview](https://docs.cds.marmar.life/docs/overview.md) - [SDK](https://docs.cds.marmar.life/docs/sdk-quickstart.md) - [Webhooks](https://docs.cds.marmar.life/docs/webhooks.md) ## OpenAPI Specs - [marmar-cds.openapi](https://docs.cds.marmar.life/openapi/marmar-cds.openapi.yaml) - [openapi](https://docs.cds.marmar.life/api-reference/openapi.json)