Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _updatePublisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,16 @@ if [[ $skipPrompts == true ]] || [[ $response =~ ^[yY].*$ ]]; then

curl -L $gencont_sh_url -o /tmp/_gencontinuous.new
cp /tmp/_gencontinuous.new _gencontinuous.sh
chmod +x _gencontinuous.sh
rm /tmp/_gencontinuous.new

curl -L $gen_sh_url -o /tmp/_genonce.new
cp /tmp/_genonce.new _genonce.sh
chmod +x _genonce.sh
rm /tmp/_genonce.new

curl -L $update_sh_url -o /tmp/_updatePublisher.new
cp /tmp/_updatePublisher.new _updatePublisher.sh
chmod +x _updatePublisher.sh
rm /tmp/_updatePublisher.new
fi
File renamed without changes.
14 changes: 14 additions & 0 deletions input/pagecontent/persona-schooling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### Pediatric/Youth Schooling Environments


| Patient ID | PatientName | Primary Diagnosis | .phr | .sphr |
| ------------- | :-------- | :-------- | :-------- | :-------- |



### Narrative History

[HL7 Mobile Health Work Group's SHIFT Project](https://confluence.hl7.org/pages/viewpage.action?pageId=42993895) for possible narrative examples



7 changes: 5 additions & 2 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ menu:
Physiology Simulations: physiology.html
# Patient Personas: personas.html
Patient Personas:
Index: personas-index.html
Index: persona-index.html
Schooling Environment: persona-schooling.html
Pediatric Cancer: persona-william.html
Artifacts: artifacts.html

Expand All @@ -115,8 +116,10 @@ pages:
title: Patient Personas
persona-william.md:
title: William Sim
personas-index.md:
persona-index.md:
title: Patient Personas
persona-schooling.md:
title: Schooling Environments

# ╭───────────────────────────Less Common Implementation Guide Properties──────────────────────────╮
# │ Uncomment the properties below to configure additional properties on the ImplementationGuide │
Expand Down