Skip to content

patient view

Kevin Shekleton edited this page May 15, 2018 · 1 revision

patient-view

Metadata Value
specificationVersion 1.0
hookVersion 1.0

Workflow

The user has just opened a patient's record.

Context

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

Examples

"context":{
  "patientId" : "1288992"
}
"context":{
  "patientId" : "1288992",
  "encounterId" : "456"
}

Change Log

Version Description
1.0 Initial Release
Clone this wiki locally