Skip to content

Commit a9956eb

Browse files
isaacvettervadi2
andauthored
Update docs/hooks/allergyintolerance-create.md
Co-authored-by: Vadim Peretokin <[email protected]>
1 parent d2c103d commit a9956eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hooks/allergyintolerance-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Field | Optionality | Prefetch Token | Type | Description
1818
`userId` | REQUIRED | Yes | *string* | The id of the current user.<br />For this hook, the user is expected to be of type [Practitioner](https://www.hl7.org/fhir/practitioner.html).<br />For example, `Practitioner/123`
1919
`patientId` | REQUIRED | Yes | *string* | The FHIR `Patient.id` of the current patient in context
2020
`encounterId` | OPTIONAL | Yes | *string* | The FHIR `Encounter.id` of the current encounter in context
21-
`allergyIntolerance` | REQUIRED | No | *object* | R4/STU3/DSTU2 - FHIR AllergyIntolerance isntance
21+
`allergyIntolerance` | REQUIRED | No | *object* | R4/STU3/DSTU2 - FHIR AllergyIntolerance instance
2222

2323

2424
### Examples

0 commit comments

Comments
 (0)