PackagesCanonicalsLogsProblems
    Packages
    first.package

first.package

Install package
npm install --registry https://fs.get-ig.org/pkgs first.package
Get resources
curl https://fs.get-ig.org/rs/first.package-0.0.1.ndjson.gz | gunzip | jq '{url,resourceType,version, id}'

Testing simplifier

package.json
{
  "description": "Testing simplifier",
  "fhirVersions": [ "4.0.1" ],
  "_id": "first.package@0.0.1",
  "jurisdiction": "urn:iso:std:iso:3166#CA",
  "dist": {
    "tarball": "https://fs.get-ig.org/-/first.package-0.0.1.tgz"
  },
  "name": "first.package",
  "dist-tags": {
    "latest": "0.0.1"
  },
  "author": "alexandreguertin",
  "_versions": [ "0.0.1" ],
  "id": "first.package@0.0.1",
  "versions": {
    "0.0.1": {
      "description": "Testing simplifier",
      "fhirVersions": [ "4.0.1" ],
      "_id": "first.package@0.0.1",
      "jurisdiction": "urn:iso:std:iso:3166#CA",
      "dist": {
        "tarball": "https://fs.get-ig.org/-/first.package-0.0.1.tgz"
      },
      "name": "first.package",
      "author": "alexandreguertin",
      "id": "first.package@0.0.1",
      "version": "0.0.1",
      "dependencies": {
        "hl7.fhir.r4.core": "4.0.1"
      }
    }
  },
  "version": "0.0.1",
  "dependencies": {
    "hl7.fhir.r4.core": "4.0.1"
  }
}

Versions