Skip to content

Instantly share code, notes, and snippets.

@cmoesel
cmoesel / PatientProfileExercise-Step7.fsh
Last active April 26, 2022 00:32
Patient Profile Exercise - Step 7
/*
╭───────────────────────── 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
@cmoesel
cmoesel / PatientProfileExercise.fsh
Last active April 26, 2022 00:22
Patient Profile Exercise
/*
╭───────────────────────── 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! │
╰─────────────────────────────────────────────────────────────────────────────╯