From 37fc5d9379dad5d6ada892cde10384b2e4a7cfcd Mon Sep 17 00:00:00 2001 From: Isaac Vetter Date: Fri, 6 Oct 2023 14:42:18 -0500 Subject: [PATCH 1/4] correct maturity of med-refill Should've been committed as 1, not zero --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index c0ab08b3..f4ffb653 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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' From 9322b620a35845832444b6f58f8427d21f019530 Mon Sep 17 00:00:00 2001 From: Isaac Vetter Date: Fri, 6 Oct 2023 14:44:25 -0500 Subject: [PATCH 2/4] add maturity to hook page too --- docs/hooks/medication-refill.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/hooks/medication-refill.md b/docs/hooks/medication-refill.md index 59d4b176..6f0d16fe 100644 --- a/docs/hooks/medication-refill.md +++ b/docs/hooks/medication-refill.md @@ -4,6 +4,8 @@ | ---- | ---- | specificationVersion | 2.0 | hookVersion | 0.1.0 +| hookMaturity | [1 - Submitted](../../specification/current/#hook-maturity-model) + ## Workflow From 9f14eb28c82f610cfc5adb32b4429af08fa6108b Mon Sep 17 00:00:00 2001 From: Isaac Vetter Date: Fri, 6 Oct 2023 14:54:14 -0500 Subject: [PATCH 3/4] appointments is plural fixes FHIR-42146 --- docs/hooks/appointment-book.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks/appointment-book.md b/docs/hooks/appointment-book.md index 8d3ce347..3a2067cb 100644 --- a/docs/hooks/appointment-book.md +++ b/docs/hooks/appointment-book.md @@ -127,7 +127,7 @@ Field | Optionality | Prefetch Token | Type | Description "userId" : "PractitionerRole/A2340113", "patientId" : "1288992", "encounterId" : "456", - "appointment" : [ + "appointments" : [ { "resourceType": "Appointment", "id": "example", From 880eb82d02d1e13f30c5dc7d54f73170ba710d7c Mon Sep 17 00:00:00 2001 From: Isaac Vetter Date: Fri, 6 Oct 2023 15:04:31 -0500 Subject: [PATCH 4/4] state version of FHIR of example hook request fixes: FHIR-42140 --- docs/hooks/order-dispatch.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/hooks/order-dispatch.md b/docs/hooks/order-dispatch.md index e5216410..40326528 100644 --- a/docs/hooks/order-dispatch.md +++ b/docs/hooks/order-dispatch.md @@ -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":{