Skip to content

hook-name-expressed-as-noun-verb

Metadata Value
specificationVersion 1.0
hookVersion 1.0

Workflow

Describe when this hook occurs in a workflow. Hook creators SHOULD include as much detail and clarity as possible to minimize any ambiguity or confusion amongst implementors.

Context

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

Examples

1
2
3
"context":{
  "patientId" : "1288992"
}
1
2
3
4
"context":{
  "patientId" : "1288992",
  "encounterId" : "456"
}

Change Log

Version Description
1.0 Initial Release