Stream: australia
Topic: AU Base IG locations
Brett Esler (Jun 26 2019 at 01:25):
Hi all - some notification on movements of publications.
1) STU3 version - there is a whole new repo with all of the AU Base content so far on STU3 (https://github.com/hl7au/au-fhir-base-stu3); this remains as the active STU3 baserepository and associated CI build http://build.fhir.org/ig/hl7au/au-fhir-base-stu3/ this should be referenced in your ig.json for STU3 IGs wanting CI build as follows
"dependencyList": [
{
"name" : "aubase",
"location" : "http://hl7.org.au/fhir/base",
"version" : "current-stu3"
}
],
or use one of the static builds as desired
http://hl7.org.au/fhir/base/history.shtml references all of the available versions - so can see available content there
We are heading to another ballot on STU3 content AU Base 2 and resolutions will be updated in the STU3 repo
Brett Esler (Jun 26 2019 at 01:28):
2) R4 version - the existing repo https://github.com/hl7au/au-fhir-base will soon be an R4 based IG with associated CI build http://build.fhir.org/ig/hl7au/au-fhir-base/
Initially this will have limited content as the port to R4 is completed. This can be referenced in your ig.json for R4 based IGs as follows
"dependencyList": [
{
"name" : "aubase",
"location" : "http://hl7.org.au/fhir/base",
"version" : "current"
}
],
Brett Esler (Jun 26 2019 at 01:29):
R4 content will be updated as material is updated; please make requests if you have any priority work for R4
Brett Esler (Jun 26 2019 at 01:30):
Initial version of AU Base on R4 will cover Patient, Practitioner, PractitionerRole, Organization, Location, HealthcareService only and the AU PD IG will be updated to an R4 version referencing this shortly after the first version is out
Brett Esler (Jun 26 2019 at 01:31):
MAKE SURE YOU CHANGE YOUR REFERENCES IF YOU ARE AN STU3 BASED IG!!
Last updated: Apr 12 2022 at 19:14 UTC