Skip to content

Commit

Permalink
Update title page description
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov committed Jan 12, 2025
1 parent 6ccef20 commit c5a168e
Show file tree
Hide file tree
Showing 20 changed files with 299 additions and 58 deletions.
28 changes: 8 additions & 20 deletions web/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
# Replace the following content with relevant information about this
# installation of Inferno

title: Inferno Platform Template
subtitle: Template for hosting your own Inferno Test Kit Platform
title: Inferno on hl7.org.au
subtitle: HL7® FHIR® Testing using reference test kits built with Inferno by the Sparked AU FHIR Accelerator
description: >
Provide a brief description of the purpose of this Test Kit Platform and
who is operating it. Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Elementum
eu facilisis sed odio morbi quis commodo odio aenean.
Inferno on hl7.org.au is a public service for running select FHIR conformance tests built with Inferno. This includes reference tests that target the AU Core Implementation Guide which are packaged into a Test Kit. The Sparked AU FHIR Accelerator hopes to make additional Test Kits available in alignment with HL7 AU FHIR Implementation Guides as they are developed and released.
# Links in the navigation header. These currently match the content in the template
# site, but you can modify the content and links here as needed.
Expand All @@ -25,20 +22,11 @@ navigation_links:
# The Quick Links are provided on the main page in the first section on the right
# Use this if you would like to steer users to a specific test or set of tests.
quick_links:
- title: Example Link Title
- title: AU Core Test Kit
description: >
This is a description of a link. Usually this would be to the most
important Test Kit. But it could be to anything (news, additional services,
etc).
link_text: Use Example Thing
link_href: '/test-kits/us-core-test-kit'
- title: Another Example Link
description: >
This is a description of a link. Usually this would be to the most
important Test Kit. But it could be to anything (news, additional services,
etc).
link_text: Use Example Thing
link_href: '/validator'
Evaluate a publicly accessible test server against the AU Core Responder Capability Statement v1.0.0 using this public reference testing instance of Inferno.
link_text: Start Testing
link_href: '/test-kits/au-core'

# This populates the dropdown on the Test Kit list page. Future versions should
# make this more intelligent to allow it to be automatically populated based on
Expand All @@ -61,4 +49,4 @@ collections:
sort_by: date
permalink: /test-kits/:path/

keep_files: ['.keep']
keep_files: ['.keep']
28 changes: 7 additions & 21 deletions web/_data/events.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
event_list:
- name: Example Future Event
date: 2025-04-10T13:00-0400
day: '10'
month: April
time: 1:00pm ET to 2:00pm ET
- name: HL7 AU Infrastructure and Tooling Community Meeting
date: 2025-01-17
day: '17'
month: January
time: 11:00 AM AEDT Canberra, Melbourne, Sydney; 10:00 AM AEST Brisbane
description: Example Description Here
location:
name: Online Meeting
url: https://example.org
- name: Example Historic Event
date: 2024-03-13T14:00-0400
day: '13'
month: March
time: 1:00pm ET to 2:00pm ET
description: Example Description Here
location:
name: Online Meeting
url: https://example.org
files:
- name: Presentation Slides
url: https://example.org
- name: Recording
url: https://example.org
name: Zoom Meeting
url: https://hl7-au.zoom.us/j/86154710463
11 changes: 7 additions & 4 deletions web/_includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<footer class="py-4 mt-4">
<div class="container-fluid">
<div class="row">
<div class="col-sm-6">
<div class="col-sm-8">
<h4 data-toc-skip>Contact Us</h4>
<p>Describe how to contact the team that manages this site here</p>
<p>For queries about the Inferno Testing Framework, the fastest way to reach the Inferno team is through the Inferno Zulip stream. Alternatively, you can email the Inferno Development Team. </p>
<p>
For queries regarding Inferno AU Test Kits developed by the Sparked AU FHIR Accelerator, the best starting point is the Zulip channel topic:
<a href="https://chat.fhir.org/#narrow/channel/179173-australia/topic/Inferno.20Test.20Kit.20feedback.20and.20queries" target="_blank">australia > Inferno Test Kit feedback and queries.</a></p>
</div>
<div class="col-sm-6">
<div class="col-sm-4">
<div class="footer-logo">
<a target="_blank" href="https://inferno-framework.github.io">
<div class="built-with">
Expand All @@ -17,4 +20,4 @@ <h4 data-toc-skip>Contact Us</h4>
</div>
</div>
</div>
</footer>
</footer>
13 changes: 0 additions & 13 deletions web/_news/2024-03-example-news-article.md

This file was deleted.

22 changes: 22 additions & 0 deletions web/_news/2024-04-23-au-core-001.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: news
title: AU Core Test Kit v0.0.1 release
date: 2024-04-23
---

The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.1).


<!-- break -->

* Tests are available for the AU Core 0.3.0-ballot.
* Searching tests
* Reading tests
* Resource validation
* Update summary generator
* Use terminology server url from the ENV
* EKS-Specific Terraform Implementation for Inferno App Deployment
* Add may search params and combo search params
* Fix descr urls
* Add PSQL as docker compose service

23 changes: 23 additions & 0 deletions web/_news/2024-04-23-au-core-002.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: news
title: AU Core Test Kit v0.0.2 release
date: 2024-04-23
---


The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.2).


<!-- break -->

* Spec tests
* Summary generator update
* Add generate-tests action
* Add rubocop as CI step
* Update files by rubocop except generated
* Update test files
* Add build and release pipeline
* CICD: Implement Terraform Workflow for EKS Deployment
* Add auth header and value inputs
* Remove Location and PractitionerRole from special cases

22 changes: 22 additions & 0 deletions web/_news/2024-05-29-au-core-003.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: news
title: AU Core Test Kit v0.0.3 release
date: 2024-05-29
---

The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.3).


<!-- break -->

* 62 add multiple and
* 48 add missing comparators
* WIP: Add chained search for patient:Patient.identifier
* Change tx server from test to dev
* Merge new auto generated tests
* Fix optional? method
* Merge new auto generated tests
* 80 ihi dva chained
* Add search for Practitioner IHI-I
* Fix search by identifier

13 changes: 13 additions & 0 deletions web/_news/2024-05-30-au-core-004.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: news
title: AU Core Test Kit v0.0.4 release
date: 2024-05-30
---

The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.4).


<!-- break -->

* Regenerate test kit source files after updating the IG

13 changes: 13 additions & 0 deletions web/_news/2024-06-04-au-core-005.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: news
title: AU Core Test Kit v0.0.5 release
date: 2024-06-04
---

The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.5).


<!-- break -->

* Add reporting issues section to the README
* Update search-params file to fix problems with searchDefinitions
17 changes: 17 additions & 0 deletions web/_news/2024-06-18-au-core-006.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: news
title: AU Core Test Kit v0.0.6 release
date: 2024-06-18
---

The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.6).


<!-- break -->

* Update narrative for validation tests
* Update narrative for the Capability Statement
* Add check for support XML by Capability Statement
* Change the default URL
* Handle special case for combo searches
* Add prefix with information about expectaction
12 changes: 12 additions & 0 deletions web/_news/2024-06-19-au-core-007.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: news
title: AU Core Test Kit v0.0.7 release
date: 2024-06-19
---

The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.7).


<!-- break -->

* Add search by practitioner id for PractitionerRole test
13 changes: 13 additions & 0 deletions web/_news/2024-06-21-au-core-008.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: news
title: AU Core Test Kit v0.0.8 release
date: 2024-06-21
---

The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.8).


<!-- break -->

* AU Core 0.4.0-preview
* Minor changes
14 changes: 14 additions & 0 deletions web/_news/2024-06-23-au-core-009.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: news
title: AU Core Test Kit v0.0.9 release
date: 2024-06-23
---

The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.9).


<!-- break -->

* Fix search for the extension value
* Fix multiple date search
* Migrate to the HL7 official validator
17 changes: 17 additions & 0 deletions web/_news/2024-07-11-au-core-0010.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: news
title: AU Core Test Kit v0.0.10 release
date: 2024-07-11
---

The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.10).


<!-- break -->

* Add new default patient id by
* Update read tests to use Practitioner, PractitionerRole, Location, Organization
* Add test group to validate any resource
* Add default values for diagnostic result Observation
* Ingress update: remove validator path, update validatorapi path
* Convert postgres deployment to statefulset, add liveness and readiness probe
26 changes: 26 additions & 0 deletions web/_news/2024-07-30-au-core-0011.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: news
title: AU Core Test Kit v0.0.11 release
date: 2024-07-30
---

The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.11).


<!-- break -->

## AU Core Test Kit changes

* Update 0.4.0-preview to 0.4.1-preview
* Use gem as validation test suite
* Add an ability to run the first search for Patient as read test
* Add optional _count search parameter

## Documentation

* Update prerequisites

## Other

* Allow direct manifests to use rds during db migration
* Implement Helm Chart for AU FHIR Inferno with Optional NGINX Ingress and Bitnami PostgreSQL
18 changes: 18 additions & 0 deletions web/_news/2024-08-06-au-core-0012.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: news
title: AU Core Test Kit v0.0.12 release
date: 2024-08-06
---

The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.12).


<!-- break -->

## AU Core Test Kit changes

* Add auto _count search parameter
* Add an ability to activate read for first _id search automatically
* Update description for the CapabilityStatement group
* Update group description for Practitioner, PractitionerRole, Location, and Organization

14 changes: 14 additions & 0 deletions web/_news/2024-08-09-au-core-0013.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: news
title: AU Core Test Kit v0.0.13 release
date: 2024-08-09
---

The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.13).


<!-- break -->

## AU Core Test Kit changes

* AU Core 1.0.0-preview
24 changes: 24 additions & 0 deletions web/_news/2024-09-04-au-core-0014.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: news
title: AU Core Test Kit v0.0.14 release
date: 2024-09-04
---

The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.14).


<!-- break -->

## AU Core Test Kit changes

* Update target_profile modification for au-specimen
* Add missing data tests by @projkov
* Add validator messages filter

## Documentation

* Update us_core_diffs.md

## Other

* remove old manifest implementation and update ngnix dependency
14 changes: 14 additions & 0 deletions web/_news/2024-10-15-au-core-0015.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: news
title: AU Core Test Kit v0.0.15 release
date: 2024-10-15
---

The release details are available [here](https://github.com/hl7au/au-fhir-core-inferno/releases/tag/v0.0.15).


<!-- break -->

* Add conditional/basic skip with a message
* Update _include tests
* Add separate _include
Loading

0 comments on commit c5a168e

Please sign in to comment.