You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/exercise-2.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Solutions to this exercise are found on the branch `solutions/exercise-2`.
24
24
4. Add the new environment variable to the `dic-bpe` service in `dev-setup/docker-compose.yml` and set the value to `"true"`.
25
25
5. Create a new [CodeSystem](../learning/concepts/fhir/codesystem.md) with url `http://dsf.dev/fhir/CodeSystem/tutorial` having a concept with code `tutorial-input`. Don't forget to add the `read-access-tag`.
26
26
<details>
27
-
<summary>Don't how to create a CodeSystem?</summary>
27
+
<summary>Don't know how to create a CodeSystem?</summary>
28
28
29
29
Check out [this guide](../learning/guides/creating-codesystems-for-dsf-processes.md).
30
30
</details>
@@ -37,7 +37,7 @@ Solutions to this exercise are found on the branch `solutions/exercise-2`.
37
37
38
38
6. Create a new [ValueSet](../learning/concepts/fhir/valueset.md) with url `http://dsf.dev/fhir/ValueSet/tutorial` that includes all concepts from the [CodeSystem](../learning/concepts/fhir/codesystem). Don't forget to add the `read-access-tag`.
39
39
<details>
40
-
<summary>Don't how to create a ValueSet?</summary>
40
+
<summary>Don't know how to create a ValueSet?</summary>
41
41
42
42
Check out [this guide](../learning/guides/creating-valuesets-for-dsf-processes.md).
43
43
</details>
@@ -50,7 +50,7 @@ Solutions to this exercise are found on the branch `solutions/exercise-2`.
50
50
51
51
7. Add a new input parameter of type `tutorial-input` with `Task.input.value[x]` as a `string` to the `task-start-dic-process.xml`[Task](../learning/concepts/fhir/task.md) profile.
52
52
<details>
53
-
<summary>Don't how to add a new input parameter?</summary>
53
+
<summary>Don't know how to add a new input parameter?</summary>
54
54
55
55
Check out [this guide](../learning/guides/adding-task-input-parameters-to-task-profiles.md).
0 commit comments