Skip to content

Commit 610f6e2

Browse files
Merge pull request #21 from KainosSoftwareLtd/kainos-develop
Kainos develop
2 parents 0aad46d + ed418a0 commit 610f6e2

22 files changed

+287175
-226988
lines changed

fhir/conceptmaps.json

Lines changed: 706 additions & 702 deletions
Large diffs are not rendered by default.

fhir/profiles-resources.json

Lines changed: 24331 additions & 14818 deletions
Large diffs are not rendered by default.

fhir/profiles-types.json

Lines changed: 9644 additions & 9511 deletions
Large diffs are not rendered by default.

fhir/search-parameters.json

Lines changed: 19078 additions & 20308 deletions
Large diffs are not rendered by default.

fhir/update.sh

100644100755
Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1-
rm *.json
2-
rm *.xml
3-
wget http://hl7-fhir.github.io/all-valuesets.zip
1+
#! /bin/bash
2+
3+
set -e
4+
5+
# Bleeding edge FHIR.
6+
# Remember if you're using development FHIR version
7+
# there is a chance this will eat your cat and kill your hamster.
8+
# You have been warned.
9+
# url="http://hl7-fhir.github.io"
10+
11+
# Published FHIR version <http://www.hl7.org/fhir/directory.html>.
12+
# url="http://www.hl7.org/fhir/2015Dec" #1.1.0
13+
url="http://www.hl7.org/fhir/2016May" #1.4.0
14+
15+
rm -f *.json
16+
rm -f *.xml
17+
wget $url/all-valuesets.zip
418
unzip all-valuesets.zip
519
rm all-valuesets.zip
620
rm *.xml
7-
wget http://hl7-fhir.github.io/search-parameters.json
8-
wget http://hl7-fhir.github.io/profiles-resources.json
9-
wget http://hl7-fhir.github.io/profiles-types.json
21+
wget $url/2016May/search-parameters.json
22+
wget $url/2016May/profiles-resources.json
23+
wget $url/2016May/profiles-types.json

fhir/v2-tables.json

Lines changed: 56327 additions & 56327 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)