-
Notifications
You must be signed in to change notification settings - Fork 0
patient view
Kevin Shekleton edited this page May 15, 2018
·
1 revision
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 |
This work is licensed under a Creative Commons Attribution 4.0 International License.