Skip to content

Commit f6e24de

Browse files
committed
Clean up short names for data submission
1 parent 149a618 commit f6e24de

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/sushi-and-publisher.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020

2121
- name: Build Implementation Guide
2222
run: |
23-
docker run -v $(pwd):/home/publisher/ig ghcr.io/fhir/ig-publisher-gh \
24-
sh -c "yes | _updatePublisher.sh && _genonce.sh" \
23+
wget https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar
24+
docker run -v $(pwd):/home/publisher/ig ghcr.io/fhir/ig-publisher-gh java -jar publisher.jar -ig .
2525
2626
- name: Upload Artifacts
2727
uses: actions/upload-pages-artifact@v1

input/fsh/profiles.fsh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,10 @@ This profile uses the DataSubmissionSchedule extension to capture detailed submi
545545
* ^definition = "Reference to the patient for whom this data submission standing order applies. This is required to ensure that submitted data is associated with the correct patient."
546546
* extension contains
547547
DataSubmissionSchedule named dataSubmissionSchedule 0..*
548-
* ^short = "Schedules for data submission"
549548
* ^definition = "Contains one or more DataSubmissionSchedule extensions, each defining a specific schedule and type of data to be submitted."
549+
* ^short = "DataSubmissionSchedule extensions"
550+
* extension[DataSubmissionSchedule]
551+
* ^short = "Schedules for CGM data submission"
550552

551553

552554
Profile: CGMDataSubmissionStandingOrder
@@ -583,10 +585,10 @@ It's important to note that submissions can also be **manually triggered by a pa
583585
* ^short = "Code for CGM submission standing order"
584586
* subject 1..1
585587
* ^short = "Patient for the CGM submission order"
586-
* extension contains
587-
DataSubmissionSchedule named dataSubmissionSchedule 0..*
588+
* extension[DataSubmissionSchedule]
588589
* ^short = "Schedules for CGM data submission"
589590

591+
590592
Extension: DataSubmissionSchedule
591593
Id: data-submission-schedule
592594
Title: "Data Submission Schedule"

0 commit comments

Comments
 (0)