Skip to content

Commit 945567a

Browse files
authored
Merge pull request #451 from cds-hooks/iss445-patient-view-maturity=4
assign maturity to patient-view, med-prescribe, order-review
2 parents de5d53b + 1fa5a34 commit 945567a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

docs/hooks/medication-prescribe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
| ---- | ----
55
| specificationVersion | 1.0
66
| hookVersion | 1.0
7+
| Hook maturity | [2 - Tested](../../specification/1.0/#hook-maturity-model)
78

89
## Workflow
910

docs/hooks/order-review.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
| ---- | ----
55
| specificationVersion | 1.0
66
| hookVersion | 1.0
7+
| Hook maturity | [3 - Considered](../../specification/1.0/#hook-maturity-model)
78

89
## Workflow
910

docs/hooks/patient-view.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
| ---- | ----
55
| specificationVersion | 1.0
66
| hookVersion | 1.0
7+
| Hook maturity | [4 - Documented](../../specification/1.0/#hook-maturity-model)
78

89
## Workflow
910

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ nav:
1616
- '1.0': 'specification/1.0.md'
1717
- Hooks:
1818
- 'new-hook-template' : 'hooks/template.md'
19-
- 'patient-view' : 'hooks/patient-view.md'
20-
- 'medication-prescribe' : 'hooks/medication-prescribe.md'
21-
- 'order-review' : 'hooks/order-review.md'
19+
- 'patient-view 4' : 'hooks/patient-view.md'
20+
- 'medication-prescribe 2' : 'hooks/medication-prescribe.md'
21+
- 'order-review 3' : 'hooks/order-review.md'
2222
- Quick Start: 'quickstart.md'
2323
- Examples: 'examples.md'
2424
- Community: 'community.md'

0 commit comments

Comments
 (0)