Skip to content

Commit bdd9982

Browse files
committed
#274: Clarified hook context table is an example
1 parent e15d3a3 commit bdd9982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ All fields defined by the hook's context MUST be defined in a table where each f
769769
- Type: The type of the field in the context JSON object, expressed as the JSON type, or the name of a FHIR Resource type. Valid types are *boolean*, *string*, *number*, *object*, *array*, or the name of a FHIR resource type. When a field can be of multiple types, type names MUST be separated by a *pipe* (`|`)
770770
- Description: A functional description of the context value. If this value can change according to the FHIR version in use, the description SHOULD describe the value for each supported FHIR version.
771771

772-
The below illustrates a sample table.
772+
The table below illustrates a sample hook context table:
773773

774774
Field | Optionality | Prefetch Token | Type | Description
775775
----- | -------- | ---- | ---- | ----

0 commit comments

Comments
 (0)