Skip to content

Commit

Permalink
Merge pull request #6 from gematik/feat/Questionnaire
Browse files Browse the repository at this point in the history
fix: Questionnaire titles
  • Loading branch information
patrick-werner authored Nov 3, 2023
2 parents dd9e5a9 + 204fc35 commit 1228ed6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
]
}
],
"title": "Elternfragebogen",
"status": "draft",
"item": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Instance: Elternbefragung
InstanceOf: Questionnaire
Usage: #example
Title: "Elternbefragung"
* insert launchContext("patient", #Patient, "Patientenkontext")
* title = "Elternfragebogen"
* status = #draft
* item[+]
* type = #group
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Instance: SozialpaediatrischesEntwicklungsscreening
InstanceOf: Questionnaire
Usage: #example
Title: "Sozialpädiatrisches Entwicklungsscreening Fragebogen"
//Title: "Sozialpädiatrisches Entwicklungsscreening Fragebogen"
* title = "Sozialpaediatrisches Entwicklungsscreening"
* insert launchContext("patient", #Patient, "Patientenkontext")
* status = #draft
* item[+]
Expand Down

0 comments on commit 1228ed6

Please sign in to comment.