PackagesCanonicalsLogsProblems
    Packages
    devdays.r4.example.conformanceresources
    1.0.0-beta

devdays.r4.example.conformanceresources@1.0.0-beta

Example FHIR R4 Conformances Resources for the FHIR DevDays Implementation Guide Tooling + Packaging tutorial

Install package
npm install --registry https://fs.get-ig.org/pkgs devdays.r4.example.conformanceresources@1.0.0-beta
Get resources
curl https://fs.get-ig.org/rs/devdays.r4.example.conformanceresources-1.0.0-beta.ndjson.gz | gunzip | jq '{url,resourceType,version, id}'
Depspackage.json
{
  "description": "Example FHIR R4 Conformances Resources for the FHIR DevDays Implementation Guide Tooling + Packaging tutorial",
  "name": "devdays.r4.example.conformanceresources",
  "id": "devdays.r4.example.conformanceresources@1.0.0-beta",
  "version": "1.0.0-beta",
  "dependencies": {
    "simplifier.core.r4": "4.0.1"
  },
  "_id": "devdays.r4.example.conformanceresources@1.0.0-beta",
  "dist": {
    "tarball": "https://fs.get-ig.org/-/devdays.r4.example.conformanceresources-1.0.0-beta.tgz"
  }
}