Skip to content

Commit

Permalink
updated history load + package 0.2.2-preview description text
Browse files Browse the repository at this point in the history
  • Loading branch information
brettesler-ext committed Nov 16, 2023
1 parent 134c7e6 commit 8b984ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions history.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="http://hl7.org.au/fhir"/>

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

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

<!-- Bootstrap core CSS -->
Expand All @@ -28,7 +26,7 @@
<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>
<script type="application/javascript" src="https://hl7.org/fhir/history.js"> </script>
<link href="history.css" rel="stylesheet"/>

</head>
Expand Down Expand Up @@ -161,8 +159,9 @@ <h2>Publication (Version) History</h2>

<!--- Include in the page --->
<script>
var pageJSON = {"package-id": "hl7.fhir.au.core","canonical": "http://hl7.org.au/fhir/core","title": "AU Core","introduction" : "The AU Core implementation guide is provided to support the use of FHIR®© in an Australian context, and defines the minimum set of constraints on the FHIR resources to create the AU Core profiles. This implementation guide forms the foundation to build future AU Realm FHIR implementation guides and its content will continue to grow to meet the needs of AU implementers.","category": "National Base","list": [{"version": "current","desc": "Continuous Integration Build R4 (latest in version control)","path": "http://build.fhir.org/ig/hl7au/au-fhir-core","status": "ci-build","fhirversion": "4.0.1","current": true},{"version": "0.1.0-draft","date": "2023-03-01","desc": "March 2023 Connectathon","path": "http://hl7.org.au/fhir/core/0.1.0-draft","fhirversion": "4.0.1","status": "draft","sequence": "AU Core R4"},{"version": "0.1.0-draft","date": "2023-06-19","desc": "This qa preview snapshot of the first version AU Core is published for community engagement as per the HL7 AU Standards Process and Australian FHIR Community Process.","path": "http://hl7.org.au/fhir/core/0.2.0-preview","fhirversion": "4.0.1","status": "draft","sequence": "AU Core R4"}]};
load(JSON.stringify(pageJSON));
$.getJSON('package-list.json', function(data) {
load(JSON.stringify(data));
});
</script>

</body>
Expand Down
2 changes: 1 addition & 1 deletion package-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
"version": "0.2.2-preview",
"date": "2023-11-15",
"desc": "This qa-preview snapshot is published for November 2023 Connectathon.",
"desc": "This preview snapshot is published for November 2023 Connectathon.",
"path": "http://hl7.org.au/fhir/core/0.2.2-preview",
"fhirversion": "4.0.1",
"status": "qa-preview",
Expand Down

0 comments on commit 8b984ef

Please sign in to comment.