Skip to content

Commit e2dc121

Browse files
committed
added pages to IG
1 parent dd183db commit e2dc121

File tree

108 files changed

+24018
-21362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+24018
-21362
lines changed

_gencontinuous.sh

100644100755
File mode changed.

_genonce.sh

100644100755
File mode changed.

_updatePublisher.sh

100644100755
File mode changed.

fsh-generated/includes/menu.xml

+13-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@
1414
<a href="index.html">Home</a>
1515
</li>
1616
<li>
17-
<a href="artifacts.html">Artifacts</a>
17+
<a href="background.html">Background</a>
18+
</li>
19+
<li>
20+
<a href="workflow.html">Workflow</a>
21+
</li>
22+
<li>
23+
<a href="questionnaire.html">Questionnaire</a>
24+
</li>
25+
<li>
26+
<a href="sdc-extraction.html">Extraction</a>
27+
</li>
28+
<li>
29+
<a href="future-ideas.html">Future Ideas</a>
1830
</li>
1931
</ul>

fsh-generated/resources/ImplementationGuide-fhir.example.json

+22-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"version": "0.1.0",
66
"name": "CRISP",
77
"status": "draft",
8-
"publisher": "Example Publisher",
8+
"publisher": "Berlin Institute of Health",
99
"contact": [
1010
{
11-
"name": "Example Publisher",
11+
"name": "Berlin Institute of Health",
1212
"telecom": [
1313
{
1414
"system": "url",
@@ -64,10 +64,30 @@
6464
"title": "Example Home",
6565
"generation": "markdown"
6666
},
67+
{
68+
"nameUrl": "background.html",
69+
"title": "Background",
70+
"generation": "markdown"
71+
},
6772
{
6873
"nameUrl": "workflow.html",
6974
"title": "Workflow",
7075
"generation": "markdown"
76+
},
77+
{
78+
"nameUrl": "future-ideas.html",
79+
"title": "Future Ideas",
80+
"generation": "markdown"
81+
},
82+
{
83+
"nameUrl": "questionnaire.html",
84+
"title": "Questionnaire",
85+
"generation": "markdown"
86+
},
87+
{
88+
"nameUrl": "sdc-extraction.html",
89+
"title": "Extraction",
90+
"generation": "markdown"
7191
}
7292
]
7393
},

0 commit comments

Comments
 (0)