Skip to content

Commit

Permalink
Update docs/hooks/allergyintolerance-create.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vadim Peretokin <[email protected]>
  • Loading branch information
isaacvetter and vadi2 authored Jan 3, 2024
1 parent d2c103d commit a9956eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hooks/allergyintolerance-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Field | Optionality | Prefetch Token | Type | Description
`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`
`patientId` | REQUIRED | Yes | *string* | The FHIR `Patient.id` of the current patient in context
`encounterId` | OPTIONAL | Yes | *string* | The FHIR `Encounter.id` of the current encounter in context
`allergyIntolerance` | REQUIRED | No | *object* | R4/STU3/DSTU2 - FHIR AllergyIntolerance isntance
`allergyIntolerance` | REQUIRED | No | *object* | R4/STU3/DSTU2 - FHIR AllergyIntolerance instance


### Examples
Expand Down

0 comments on commit a9956eb

Please sign in to comment.