Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2 changes #153

Open
wants to merge 1 commit into
base: 1.0.0
Choose a base branch
from
Open
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
22 changes: 22 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
FROM eclipse-temurin:8u352-b08-jdk-jammy

# want to cache the update layer while we dev/test this
# RUN apt-get update && apt-get upgrade -y

# install dependencies
RUN apt-get update && apt-get upgrade -y && apt-get install -y curl vim \
ruby-full build-essential zlib1g-dev && gem install jekyll

#RUN groupadd -r ig_user && useradd -r -g ig_user ig_user

# need to understand why java isn't in path.

RUN mkdir -p /opt/publisher /app && \
curl -L -o /opt/publisher/publisher.jar https://github.com/HL7/fhir-ig-publisher/releases/download/1.2.19/publisher.jar # && chown -R ig_user:ig_user /app /opt/publisher

#USER ig_user

WORKDIR /app

ENTRYPOINT ["java", "-jar", "/opt/publisher/publisher.jar"]
CMD ["-?"]
288 changes: 159 additions & 129 deletions history.html
Original file line number Diff line number Diff line change
@@ -1,135 +1,145 @@
<!DOCTYPE HTML>

<!DOCTYPE HTML>

<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="UTF-8"/>
<title>Australian Digital Health Agency FHIR</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Australian Digital Health Agency FHIR" />
<meta name="author" content="https://www.digitalhealth.gov.au/"/>
<link href="fhir.css" rel="stylesheet"/>
<!-- Bootstrap core CSS -->
<head>
<meta charset="UTF-8"/>
<title>Australian Digital Health Agency FHIR</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Australian Digital Health Agency FHIR" />
<meta name="author" content="https://www.digitalhealth.gov.au/"/>

<link href="fhir.css" rel="stylesheet"/>

<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.css" rel="stylesheet"/>
<link href="assets/css/bootstrap-fhir.css" rel="stylesheet"/>
<!-- Project extras -->
<link href="assets/css/project.css" rel="stylesheet"/>
<link href="assets/css/pygments-manni.css" rel="stylesheet"/>
<link href="jquery-ui.css" rel="stylesheet"/>
<link href="assets/css/ci-styles-fig.css" rel="stylesheet" />
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png"/>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png"/>
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png"/>
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png"/>
<link rel="shortcut icon" href="assets/ico/favicon.png"/>
<script type="application/javascript" src="history-cm.js"> </script>
<script type="application/javascript" src="http://hl7.org/fhir/history.js"> </script>
<link href="history.css" rel="stylesheet"/>
</head>
<body>
<div id="segment-header" class="segment"> <!-- segment-header -->
<div class="container"> <!-- container -->
<a id="logo" no-external="true" href="https://www.digitalhealth.gov.au/"><img alt="Agency logo" src="assets/images/agency-logo-www.png"/></a>
<div id="ig-status">
<b id="ig-title">Australian Digital Health Agency FHIR Implementation Guide</b>
<link href="assets/css/bootstrap-fhir.css" rel="stylesheet"/>

<!-- Project extras -->
<link href="assets/css/project.css" rel="stylesheet"/>
<link href="assets/css/pygments-manni.css" rel="stylesheet"/>
<link href="jquery-ui.css" rel="stylesheet"/>
<link href="assets/css/ci-styles-fig.css" rel="stylesheet" />

<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png"/>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png"/>
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png"/>
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png"/>
<link rel="shortcut icon" href="assets/ico/favicon.png"/>
<script type="application/javascript" src="history-cm.js"> </script>
<script type="application/javascript" src="https://hl7.org/fhir/history.js"> </script>
<link href="history.css" rel="stylesheet"/>

</head>
<body>
<div id="segment-header" class="segment"> <!-- segment-header -->
<div class="container"> <!-- container -->
<a id="logo" style="width:328px; padding-bottom:20px;" no-external="true" href="https://www.digitalhealth.gov.au/"><img alt="Agency logo" src="assets/images/adha-logo-dark.svg"/></a>
<div id="ig-status" style="height:100px; padding-top:0px">
<span style="position: relative; top: 45%; transform: translateY(-50%);font-weight:bold;" id="ig-title">Australian Digital Health Agency FHIR Implementation Guide</span>
</div>
</div>
<div class="container"> <!-- container -->
</div></div> <!-- /segment-header -->

<div id="segment-navbar" class="segment"> <!-- segment-navbar -->
<div id="stripe"> </div>
<div class="container"> <!-- container -->
</div>
<!--<div class="container"> <!-\- container -\->
<table cellspacing="0" cellpadding="0" border="0" style="width:100%">
<tr>
<td style="width:382px"><a id="logo" no-external="true" href="https://www.digitalhealth.gov.au/"><img alt="Agency logo" src="assets/images/adha-logo-dark.svg"/></a></td>
<td style="vertical-align:middle; text-align:left;">
<div id="ig-status">
<b>Australian Digital Health Agency FHIR Implementation Guide 1.0.0</b>
</div></td>
</tr>
</table>
</div>-->
</div> <!-- /segment-header -->

<div id="segment-navbar" class="segment"> <!-- segment-navbar -->
<div id="stripe"> </div>
<div class="container"> <!-- container -->
<!-- HEADER CONTENT -->

<nav class="navbar navbar-inverse">
<div class="container">
<button data-target=".navbar-inverse-collapse" class="navbar-toggle" data-toggle="collapse" type="button">
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
</button>
<a class="navbar-brand hidden" href="http://hl7.org/fhir/index.html">FHIR</a>
<div class="nav-collapse collapse navbar-inverse-collapse">
<ul class="nav navbar-nav">
<li><a href="history.html">History</a></li>
</ul>
</div> <!-- /.nav-collapse -->
</div> <!-- /.container -->
<div class="container">
<button data-target=".navbar-inverse-collapse" class="navbar-toggle" data-toggle="collapse" type="button">
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
<span class="icon-bar"> </span>
</button>
<a class="navbar-brand hidden" href="http://hl7.org/fhir/index.html">FHIR</a>
<div class="nav-collapse collapse navbar-inverse-collapse">
<ul class="nav navbar-nav">
<li><a href="history.html">History</a></li>
</ul>

</div> <!-- /.nav-collapse -->
</div> <!-- /.container -->
</nav> <!-- /.navbar -->

<!-- /HEADER CONTENT -->
</div> <!-- /container -->
</div> <!-- /segment-navbar -->


<!-- /HEADER CONTENT -->
</div> <!-- /container -->
</div> <!-- /segment-breadcrumb -->

<div id="segment-content" class="segment"> <!-- segment-content -->
<div class="container"> <!-- container -->
</div> <!-- /segment-navbar -->

<!-- </div> <!-\- /container -\->
</div> <!-\- /segment-breadcrumb -\->-->

<div id="segment-content" class="segment"> <!-- segment-content -->
<div class="container"> <!-- container -->
<div class="row">
<div class="inner-wrapper">
<div class="col-12">
<h2>Publication (Version) History</h2>
<div id="intro"></div>
<p>The Australian Digital Health Agency FHIR Implementation Guide contains HL7™ FHIR® artefacts authored and maintained by the Agency to support the electronic exchange of health information between individuals, healthcare providers, and the My Health Record system infrastructure in Australia.</p>
<!-- ============CONTENT CONTENT=============== -->
<div id="history-data"></div>
<style>
#history-data table td { padding-right: 1em; }
</style>
<!-- ==============END CONTENT END CONTENT=================== -->
<p></p>
</div>
</div> <!-- /inner-wrapper -->
<div class="inner-wrapper">


<div class="col-12">

<h2>Publication (Version) History</h2>

<div id="intro"></div>
<p>The Australian Digital Health Agency FHIR Implementation Guide contains HL7™ FHIR® artefacts authored and maintained by the Agency to support the electronic exchange of health information between individuals, healthcare providers, and the My Health Record system infrastructure in Australia.</p>


<!-- ============CONTENT CONTENT=============== -->

<div id="history-data"></div>
<style>
#history-data table td { padding-right: 1em; }
</style>

<!-- ==============END CONTENT END CONTENT=================== -->

<p></p>
</div>

</div> <!-- /inner-wrapper -->
</div> <!-- /row -->
</div> <!-- /container -->

</div> <!-- /segment-content -->



</div>

</div> <!-- /inner-wrapper -->
</div> <!-- /row -->
</div> <!-- /container -->

</div> <!-- /segment-content -->


<div id="segment-footer" class="segment"> <!-- segment-footer -->

</div> <!-- /segment-content -->



<!-- </div>

</div> <!-\- /inner-wrapper -\->
</div> <!-\- /row -\->
</div> <!-\- /container -\->

</div> <!-\- /segment-content -\->-->


<div id="segment-footer" class="segment"> <!-- segment-footer -->
<div class="container"> <!-- container -->
<div class="inner-wrapper">
<p>Publisher: <a style="color: #81BEF7" href="https://www.digitalhealth.gov.au">Australian Digital Health Agency</a> ABN 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000<br/>Telephone 1300 901 001 or email <a style="color: #81BEF7" href="mailto:help@digitalhealth.gov.au">help@digitalhealth.gov.au</a><br/><a style="color: #81BEF7" href="https://www.digitalhealth.gov.au">https://www.digitalhealth.gov.au</a></p>
<p>
<span id="ig-footer">TBD </span> &reg;&copy; <a style="color: #81BEF7" href="http://hl7.org/fhir">FHIR</a> |
<a style="color: #81BEF7" rel="license" href="http://hl7.org/fhir/license.html"><img style="border-style: none;" alt="CC0" src="cc0.png"/></a>
</p>
<p>Publisher: <a style="color: #81BEF7" href="https://www.digitalhealth.gov.au">Australian Digital Health Agency</a> ABN 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000<br>Telephone 1300 901 001 or email <a style="color: #81BEF7" href="/cdn-cgi/l/email-protection#472f222b3707232e202e33262b2f22262b332f69202831692632"><span class="__cf_email__" data-cfemail="e58d808995a5818c828c9184898d808489918dcb828a93cb8490">[email&#160;protected]</span></a><br><a style="color: #81BEF7" href="https://www.digitalhealth.gov.au">https://www.digitalhealth.gov.au</a><br><a style="color: #81BEF7" href="https://www.digitalhealth.gov.au/about-us/policies-privacy-and-reporting/privacy-policy">Privacy policy</a> | <a style="color: #81BEF7" href="https://www.digitalhealth.gov.au/about-us/policies-privacy-and-reporting/terms-of-use">Terms of Use</a></p>
<p>
<span id="ig-footer">TBD </span> &reg;&copy; <a style="color: #81BEF7" href="http://hl7.org/fhir">FHIR</a> |
<a style="color: #81BEF7" rel="license" href="http://hl7.org/fhir/license.html"><img style="border-style: none;" alt="CC0" src="cc0.png"/></a>
</p>
</div> <!-- /inner-wrapper -->
</div> <!-- /container -->
</div> <!-- /segment-footer -->
<!-- disqus thread -->
<!-- disqus -->
<!-- end disqus -->
</div> <!-- /container -->
</div> <!-- /segment-footer -->
<!-- disqus thread -->
<!-- disqus -->
<!-- end disqus -->

<div id="segment-post-footer" class="segment hidden"> <!-- segment-post-footer -->
<div class="container"> <!-- container -->
Expand All @@ -140,20 +150,40 @@ <h2>Publication (Version) History</h2>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./assets/js/jquery.js"> </script> <!-- note keep space here, otherwise it will be transformed to empty tag -> fails -->
<script src="./dist/js/bootstrap.min.js"> </script>
<script src="./assets/js/respond.min.js"> </script>
<script src="./assets/js/fhir.js"> </script>
<!-- Analytics Below

<script src="./assets/js/fhir.js"> </script>

<!-- Analytics Below
================================================== -->

<!--- Include in the page --->
<script>
var pageJSON = '{"package-id": "au.digitalhealth.r4","title": "Australian Digital Health Agency FHIR Implementation Guide","canonical": "http://ns.electronichealth.net.au/fhir/dh","list": [{"version": "current","desc": "Continuous Integration Build R4 (latest in version control) - Content subject to frequent changes.","path": "https://build.fhir.org/ig/AuDigitalHealth/ci-fhir-r4","status": "ci-build","fhirversion": "4.0.1","current": true},{"version": "1.0.0","date": "2022-10-06","desc": "Release of the Australian Digital Health Agency FHIR Implementation Guide in HL7™ FHIR® Release 4 (R4) to support the electronic exchange of Medicare records between individuals, healthcare providers, and the My Health Record system infrastructure in Australia.","path": "https://fhir.digitalhealth.gov.au/R4/dh/1.0.0","fhirversion": "4.0.1","status": "release","sequence": "R4","current": true}]}';
load(pageJSON);

<!--- Include in the page --->
<script>
var historyPayload = {
"package-id": "au.digitalhealth.r4",
"title": "Australian Digital Health Agency FHIR Implementation Guide",
"canonical": "http://ns.electronichealth.net.au/fhir/dh",
"list": [{
"version": "current",
"desc": "Continuous Integration Build R4 (latest in version control) - Content subject to frequent changes.",
"path": "https://build.fhir.org/ig/AuDigitalHealth/ci-fhir-r4",
"status": "ci-build",
"fhirversion": "4.0.1",
"current": true
}, {
"version": "1.0.0",
"date": "2022-10-06",
"desc": "Release of the Australian Digital Health Agency FHIR Implementation Guide in HL7™ FHIR® Release 4 (R4) to support the electronic exchange of Medicare records between individuals, healthcare providers, and the My Health Record system infrastructure in Australia.",
"path": "https://fhir.digitalhealth.gov.au/dh/1.0.0",
"fhirversion": "4.0.1",
"status": "release",
"sequence": "R4",
"current": true
}]
}
load(JSON.stringify(historyPayload));
</script>
</body>

</body>
</html>
6 changes: 5 additions & 1 deletion pages/_includes/container-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@

<div class="col-12">

<!--ReleaseHeader--><p id="publish-box">{{site.data.fhir.ig.title}} Implementation Guide. This is not an authorised publication; it is the continuous build for {{site.data.fhir.ig.version}}. It is based on the current content of <a href="https://github.com/AuDigitalHealth/ci-fhir-r4/">https://github.com/AuDigitalHealth/ci-fhir-r4/</a> and <a href="{{ site.data.fhir.path }}">FHIR version {{ site.data.fhir.version }}</a>. See the <a href="https://fhir.digitalhealth.gov.au/dh/history.html">Directory of published versions</a> for a list of available previous versions.</p><!--EndReleaseHeader-->
<!--ReleaseHeader-->
<p id="publish-box">Australian Digital Health Agency FHIR Implementation Guide. This is the current published version.
It is based on <a href="{{ site.data.fhir.path }}">FHIR&reg; version {{ site.data.fhir.version }}</a>.
See the <a href="/dh/history.html">Directory of published versions</a> for a list of available versions.</p>
<!--EndReleaseHeader-->
2 changes: 1 addition & 1 deletion pages/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="container"> <!-- container -->
<div class="inner-wrapper">
<p>Publisher: <a style="color: #81BEF7" href="https://www.digitalhealth.gov.au">Australian Digital Health Agency</a> ABN 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000<br/>Telephone 1300 901 001 or email <a style="color: #81BEF7" href="mailto:[email protected]">[email protected]</a><br/><a style="color: #81BEF7" href="https://www.digitalhealth.gov.au">https://www.digitalhealth.gov.au</a><br/><a style="color: #81BEF7" href="https://www.digitalhealth.gov.au/about-us/policies-privacy-and-reporting/privacy-policy">Privacy policy</a> | <a style="color: #81BEF7" href="https://www.digitalhealth.gov.au/about-us/policies-privacy-and-reporting/terms-of-use">Terms of Use</a></p>
<p>{{site.data.fhir.ig.title}} Implementation Guide Version: {{ site.data.fhir.ig.version }} &reg;&copy; <a style="color: #81BEF7" href="{{ site.data.fhir.path }}">FHIR Version: {{ site.data.fhir.version }}</a> (IG Publisher v{{site.data.fhir.versionFull}}) generated on {{site.data.fhir.genDate}}. | <a style="color: #81BEF7" rel="license" href="{{site.data.fhir.path}}license.html"><img style="border-style: none;" alt="CC0" src="cc0.png"/></a><br/>Links: <a style="color: #81BEF7" href="qa.html">QA Report</a> | <a style="color: #81BEF7" href="TBD/history.html">Version History</a> | <a style="color: #81BEF7" href="https://github.com/AuDigitalHealth/ci-fhir-r4/issues/new/choose">Report an issue or propose a change</a>
<p>{{site.data.fhir.ig.title}} Implementation Guide Version: {{ site.data.fhir.ig.version }} &reg;&copy; <a style="color: #81BEF7" href="{{ site.data.fhir.path }}">FHIR Version: {{ site.data.fhir.version }}</a> (IG Publisher v{{site.data.fhir.versionFull}}) generated on {{site.data.fhir.genDate}}. | <a style="color: #81BEF7" rel="license" href="{{site.data.fhir.path}}license.html"><img style="border-style: none;" alt="CC0" src="cc0.png"/></a><br/>Links: <a style="color: #81BEF7" href="qa.html">QA Report</a> | <a style="color: #81BEF7" href="/dh/history.html">Version History</a> | <a style="color: #81BEF7" href="https://github.com/AuDigitalHealth/ci-fhir-r4/issues/new/choose">Report an issue or propose a change</a>
</span></p>
</div> <!-- /inner-wrapper -->
</div> <!-- /container -->
Expand Down