Skip to content

Commit 9f64f9d

Browse files
authored
Merge pull request #653 from rizzolol/jira-fhir-42141
Add code and system to Task.code to reflect a more "real" example
2 parents cde56ea + 1687e05 commit 9f64f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hooks/order-dispatch.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Field | Optionality | Prefetch Token | Type | Description
3737
"intent" : "order",
3838
"code" : {
3939
"coding" : [{
40-
"system" : "",
41-
"code" : ""
40+
"system" : "http://hl7.org/fhir/CodeSystem/task-code",
41+
"code" : "fulfill"
4242
}]
4343
},
4444
"focus" : {

0 commit comments

Comments
 (0)