Install package
npm install --registry https://fs.get-ig.org/pkgs hl7.fhir.au.base@0.4.0
Get resources
curl https://fs.get-ig.org/rs/hl7.fhir.au.base-0.4.0.ndjson.gz | gunzip | jq '{url,resourceType,version, id}'
Depspackage.json{
"fhirVersions": [ "3.0.1" ],
"tools-version": 3,
"_id": "hl7.fhir.au.base@0.4.0",
"license": "CC0-1.0",
"homepage": "http://hl7.org.au/fhir/base/2017Dec",
"dist": {
"tarball": "https://fs.get-ig.org/-/hl7.fhir.au.base-0.4.0.tgz"
},
"name": "hl7.fhir.au.base",
"type": "fhir.ig",
"title": "Australian Base IG",
"id": "hl7.fhir.au.base@0.4.0",
"canonical": "http://hl7.org.au/fhir",
"url": "http://hl7.org.au/fhir/2017Dec",
"version": "0.4.0",
"dependencies": {
"hl7.fhir.r3.core": "3.0.1"
}
}