From 1687e05dba43e3e62aab4efbc7f1c97cc835447c Mon Sep 17 00:00:00 2001 From: rizzolol Date: Fri, 5 Jan 2024 16:55:36 -0600 Subject: [PATCH] Add code and system to Task.code to reflect a more "real" example --- docs/hooks/order-dispatch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hooks/order-dispatch.md b/docs/hooks/order-dispatch.md index e4c46267..95c1fb93 100644 --- a/docs/hooks/order-dispatch.md +++ b/docs/hooks/order-dispatch.md @@ -37,8 +37,8 @@ Field | Optionality | Prefetch Token | Type | Description "intent" : "order", "code" : { "coding" : [{ - "system" : "", - "code" : "" + "system" : "http://hl7.org/fhir/CodeSystem/task-code", + "code" : "fulfill" }] }, "focus" : {