CDS Hooks Library, published by Clinical Decision Support WG. This guide is not an authorized publication; it is the continuous build for version 2.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cds-hooks-library/ and changes regularly. See the Directory of published versions
This page defines a workflow hook for the purpose of providing clinical decision support using CDS Hooks. This is a build | snapshot | ballot | release at the level of Draft | Trial Use | Normative | Informative | Deprecated
Metadata | Value |
---|---|
specificationVersion | 1.0 |
hookVersion | 0.1.0 |
hookMaturity | 0 - Draft |
Describe when the hook occurs in a workflow. Hook creators SHOULD include as much detail and clarity as possible to minimize any ambiguity or confusion amongst implementers. The hook name should take the form `noun-verb`, such as `encounter-start`, or `order-select` according to the [Hook Definition Format](https://cds-hooks.hl7.org#hook-definition-format).
Define context values that are available when this hook occurs, and indicate whether they must be provided, and whether they are available for parameterizing prefetch templates.
Field | Optionality | Prefetch Token | Type | Description |
---|---|---|---|---|
`exampleId` | REQUIRED | Yes | string | Describe the context value |
`encounterId` | OPTIONAL | Yes | string | Describe the context value |
"context":{
"patientId" : "1288992"
}
"context":{
"patientId" : "1288992",
"encounterId" : "456"
}
</mark>
Version | Description |
---|---|
1.0 | Initial Release |