Metadata |
Value |
specificationVersion |
1.0 |
hookVersion |
1.0 |
The user has just opened a patient's record.
The patient whose record was opened, including their encounter, if applicable.
Field |
Optionality |
Prefetch Token |
Type |
Description |
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 |
"context":{
"patientId" : "1288992"
}
"context":{
"patientId" : "1288992",
"encounterId" : "456"
}
Version |
Description |
1.0 |
Initial Release |