This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
╭───────────────────────── PATIENT PROFILE TUTORIAL ──────────────────────────╮ | |
│ Welcome to this introductory FSH tutorial exercise for building a simple │ | |
│ patient profile. This exercise is designed to work in FSH Online: │ | |
│ https://fshschool.org/FSHOnline/#/gist/f6579b504a25491ed03f1f2d036545fd │ | |
╰─────────────────────────────────────────────────────────────────────────────╯ | |
──────────────── STEP 7: CREATE EXAMPLE INSTANCE OF PROFILE ────────────────── | |
Let's finish by making an example that conforms to our profile. Create an |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
╭───────────────────────── PATIENT PROFILE TUTORIAL ──────────────────────────╮ | |
│ Welcome to this introductory FSH tutorial exercise for building a simple │ | |
│ patient profile. This exercise is designed to work in FSH Online: │ | |
│ https://fshschool.org/FSHOnline/#/gist/f6579b504a25491ed03f1f2d036545fd │ | |
│ │ | |
│ To test your solution, click the "Convert to JSON" button. Check the bar │ | |
│ at the bottom of the screen to see if your FSH had any problems. Open the │ | |
│ console at the bottom to see full results and a random FSH pun! │ | |
╰─────────────────────────────────────────────────────────────────────────────╯ |