Skip to content

Commit

Permalink
Merge pull request #645 from cds-hooks/med-refill-is-mm1
Browse files Browse the repository at this point in the history
correct maturity of med-refill
  • Loading branch information
isaacvetter authored Dec 13, 2023
2 parents 1c64721 + fcce523 commit bfbd7eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/hooks/appointment-book.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Field | Optionality | Prefetch Token | Type | Description
"userId" : "PractitionerRole/A2340113",
"patientId" : "1288992",
"encounterId" : "456",
"appointment" : [
"appointments" : [
{
"resourceType": "Appointment",
"id": "example",
Expand Down
2 changes: 2 additions & 0 deletions docs/hooks/medication-refill.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
| ---- | ----
| specificationVersion | 2.0
| hookVersion | 0.1.0
| hookMaturity | [1 - Submitted](../../specification/current/#hook-maturity-model)


## Workflow

Expand Down
3 changes: 2 additions & 1 deletion docs/hooks/order-dispatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Field | Optionality | Prefetch Token | Type | Description
`performer` | REQUIRED | Yes | *string* | The FHIR local reference for the Practitioner, PractitionerRole, Organization, CareTeam, etc. who is being asked to execute the order. E.g. `Practitioner/456`
`task` | OPTIONAL | No | *object* | DSTU2/STU3/R4 - Task instance that provides a full description of the fulfillment request - including the timing and any constraints on fulfillment

### Examples
## Examples
### Example (R4)

```json
"context":{
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nav:
- 'appointment-book 3' : 'hooks/appointment-book.md'
- 'encounter-start 1' : 'hooks/encounter-start.md'
- 'encounter-discharge 3' : 'hooks/encounter-discharge.md'
- 'medication-refill 0' : 'hooks/medication-refill.md'
- 'medication-refill 1' : 'hooks/medication-refill.md'
- Quick Start: 'quickstart.md'
- Cheat Sheet: 'cheat-sheet/Cheat Sheet - Sept 2019.pdf'
- Best Practices: 'best-practices.md'
Expand Down

0 comments on commit bfbd7eb

Please sign in to comment.