Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ---
  2. if: pt.gender = 'female'
  3. add: common_recomendations
  4. if: age(pt.birthDate) > 50
  5. add: {type: 'recomendation', .... }
  6. narrative: {section: 'history', text: 'templated text'}
  7. if: menopause(pt) < 3
  8. check: "Last visit to ..."
  9. check: "Some screening ..."
  10. add: {type: 'prescription', .... }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement