Install package
npm install --registry https://fs.get-ig.org/pkgs hl7.fhir.us.odh@1.0.0
Get resources
curl https://fs.get-ig.org/rs/hl7.fhir.us.odh-1.0.0.ndjson.gz | gunzip | jq '{url,resourceType,version, id}'
Depspackage.json{
"fhirVersions": [ "4.0.0" ],
"tools-version": 3,
"_id": "hl7.fhir.us.odh@1.0.0",
"date": "20200108194717",
"license": "CC0-1.0",
"jurisdiction": "urn:iso:std:iso:3166#US",
"dist": {
"tarball": "https://fs.get-ig.org/-/hl7.fhir.us.odh-1.0.0.tgz"
},
"name": "hl7.fhir.us.odh",
"type": "fhir.ig",
"title": "HL7 FHIR Profile: Occupational Data for Health (ODH), Release 1.0 (Standard for Trial Use)",
"author": "HL7 International Public Health Work Group",
"id": "hl7.fhir.us.odh@1.0.0",
"directories": {
"lib": "package",
"example": "example"
},
"canonical": "http://hl7.org/fhir/us/odh",
"url": "http://hl7.org/fhir/us/odh/STU1",
"version": "1.0.0",
"dependencies": {
"hl7.fhir.r4.core": "4.0.0",
"hl7.fhir.us.core": "3.0.0"
}
}