Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 768 Bytes

patient-view.md

File metadata and controls

41 lines (29 loc) · 768 Bytes

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