Commit Graph

248 Commits

Author SHA1 Message Date
Bryn Rhodes
ba604007a8 Added explanations of errors 2023-06-17 13:05:10 -06:00
Bryn Rhodes
cad0386b60 Fixed link in example library. Fixed depends on CQF link 2023-06-17 12:48:26 -06:00
Lloyd McKenzie
84c67ccdc2 Added sample local template, updated class notes 2022-06-06 07:17:08 -06:00
Lloyd McKenzie
5123e72fa2 Updated scripts, new class notes 2022-06-05 19:08:28 -06:00
Lloyd McKenzie
b36b8a0d46 Fixed template reference 2022-03-29 09:53:09 -06:00
Lloyd McKenzie
f5fa02bf10 QA cleanup 2022-03-29 09:17:46 -06:00
Lloyd McKenzie
f942f4480a Merge branch 'master' of https://github.com/FHIR/sample-ig 2022-03-29 08:06:17 -06:00
Lloyd McKenzie
9b01b996d9 Additional examples to show new template capabiliteis 2022-03-29 08:05:32 -06:00
Lloyd McKenzie
7bc0f88a09
Merge pull request #53 from JohnMoehrke/patch-1
add link to confluence explaination
2021-11-30 14:02:03 -07:00
John Moehrke
8b217a7976
add link to confluence explaination 2021-11-30 13:45:46 -06:00
Grahame Grieve
2a1f5c12e5 add example of logical model 2021-09-02 05:25:00 +10:00
Lloyd McKenzie
f814edc68b Fixed template declaration 2021-05-20 08:26:41 -06:00
Lloyd McKenzie
d9575e8a61 Updated QA suppression, added support for next/prev 2021-05-20 08:19:14 -06:00
Lloyd McKenzie
35bf0613e5 Fixed additional warnings 2021-05-02 22:01:46 -06:00
Lloyd McKenzie
240d0966e4 Clean up QA issues 2021-04-29 22:30:42 -06:00
Lloyd McKenzie
3e6623ddba Merge branch 'master' of https://github.com/FHIR/sample-ig 2021-04-29 20:49:40 -06:00
Lloyd McKenzie
f17e0b0da2
Merge pull request #44 from costateixeira/patch-4
Add fsh-generated to .gitignore
2021-02-11 10:13:35 -07:00
Lloyd McKenzie
1cfd7c23f5
Merge pull request #45 from costateixeira/fix-scripts
Fix scripts to point at the definitive location
2021-02-11 10:13:02 -07:00
Jose Costa Teixeira
17c0734e8b Fix scripts to point at the definitive location 2021-02-11 17:48:53 +01:00
Lloyd McKenzie
b78300216e Merge branch 'master' of https://github.com/FHIR/sample-ig 2021-01-07 10:48:27 -07:00
Jose Costa Teixeira
e450eac1c7
Add fsh-generated to .gitignore 2020-12-10 09:13:33 +01:00
Lloyd McKenzie
16b3c893be
Merge pull request #43 from costateixeira/master
add new publisher jar filename to .gitignore
2020-12-02 07:34:54 -07:00
Jose Costa Teixeira
0b53a66530
add new publisher jar filename to .gitignore
(not yet .gitignoring the entire input-cache folder)
2020-12-02 11:06:40 +01:00
Lloyd McKenzie
56026d1b58
Merge pull request #42 from costateixeira/master
Fix logic in _updatePublisher.bat
2020-11-19 11:42:47 -07:00
Jose Costa Teixeira
bd52990cc5 Fix logic in _updatePublisher.bat 2020-11-19 19:29:08 +01:00
Lloyd McKenzie
bc539efb38 Merge branch 'master' of https://github.com/FHIR/sample-ig 2020-11-07 15:38:21 -07:00
Lloyd McKenzie
9b595e8a20
Merge pull request #41 from cmoesel/fix-updatePublisher-shebang
Fix shebang in _updatePublisher.sh
2020-09-30 08:33:39 -06:00
Chris Moesel
a853c935b8 Fix shebang in _updatePublisher.sh 2020-09-30 09:34:06 -04:00
Grahame Grieve
44596ce112 Add various test cases 2020-09-25 03:23:14 +10:00
Lloyd McKenzie
d2a03603b8 Merge branch 'master' of https://github.com/FHIR/sample-ig 2020-09-20 19:45:40 -06:00
Grahame Grieve
dbbed53f65
Merge pull request #40 from costateixeira/master
Remove hardcoded ig ini filename
2020-08-21 16:57:48 +10:00
Jose Costa Teixeira
ddc28941e5
Update _genonce.sh 2020-08-21 08:29:40 +02:00
Jose Costa Teixeira
9dd0a846d0
remove hardcoded ig ini filename 2020-08-21 08:26:38 +02:00
Jose Costa Teixeira
d09eaf0ef0
Merge pull request #4 from FHIR/master
catch up
2020-08-21 08:25:42 +02:00
Lloyd McKenzie
e0e4de74bb Merge branch 'master' of https://github.com/FHIR/sample-ig 2020-08-05 14:41:45 -06:00
Lloyd McKenzie
1df06a6bf9
Merge pull request #39 from DavidPyke/Update-publisher-script
Update _updatePublisher linux/mac script
2020-07-24 06:28:13 -06:00
David Pyke
ace44c2dfa
Update _updatePublisher linux/mac script
Update the linux/mac script to emulate what the windows batch file does (but better and more logically because it's not windows)
2020-07-24 08:21:56 -04:00
Lloyd McKenzie
a7d58e1b7b Merge branch 'master' of https://github.com/FHIR/sample-ig 2020-07-07 21:50:08 -06:00
Lloyd McKenzie
4f832fd4dd
Merge pull request #36 from costateixeira/master
fix publisher file name
2020-07-03 07:46:46 -06:00
Jose Costa Teixeira
456aefec32 fix publisher file name 2020-07-02 23:45:54 +02:00
Lloyd McKenzie
066cae477f
Merge pull request #35 from barabo/patch-1
Follow 302 redirects with curl
2020-07-01 15:35:02 -06:00
Carl Anderson
52e1448ba5
Follow 302 redirects with curl
I noticed that, after running this script, the jar file was only 144 bytes.  Running the commented-out `wget` command worked for me, so I re-ran the `curl` command with `-v`.  I noticed that the first response was a 302 redirect.  It seemed that `curl` needs an extra nudge to follow redirects.  Looking in the man page I found `-L`, which worked for me.
2020-07-01 16:26:59 -05:00
Lloyd McKenzie
159e107f58
Merge pull request #34 from costateixeira/master
Update publisher jar URL
2020-07-01 08:40:28 -06:00
Jose Costa Teixeira
e79dadd1f8
Update publisher URL (for .sh) 2020-07-01 04:55:53 +02:00
Jose Costa Teixeira
d4a43461b9
Update publisher jar URL 2020-07-01 04:53:02 +02:00
Lloyd McKenzie
8e3101f447
Merge pull request #33 from FHIR/br-anchor-in-library-template
Added anchor for cql-content in the liquid library template.
2020-06-29 19:49:32 -06:00
Bryn Rhodes
893c22eea2 Added anchor for cql-content in the liquid library template. 2020-06-29 19:08:35 -06:00
Lloyd McKenzie
886154b3cd Merge branch 'master' of https://github.com/FHIR/sample-ig 2020-06-27 11:11:11 -06:00
Lloyd McKenzie
fb4b8e43e6 Cause IG to show links to source files 2020-06-27 11:11:01 -06:00
Jose Costa Teixeira
a390a2eded
Merge pull request #3 from FHIR/master
catch up
2020-06-27 09:19:47 +02:00