PackagesCanonicalsLogsProblems
    Packages
    fhirtest.project

fhirtest.project

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

测试

package.json
{
  "description": "测试",
  "fhirVersions": [ "4.0.1" ],
  "_id": "fhirtest.project@0.1.0",
  "jurisdiction": "urn:iso:std:iso:3166#HK",
  "dist": {
    "tarball": "https://fs.get-ig.org/-/fhirtest.project-0.1.0.tgz"
  },
  "name": "fhirtest.project",
  "dist-tags": {
    "latest": "0.1.0"
  },
  "author": "gaishal",
  "_versions": [ "0.1.0" ],
  "id": "fhirtest.project@0.1.0",
  "versions": {
    "0.1.0": {
      "description": "测试",
      "fhirVersions": [ "4.0.1" ],
      "_id": "fhirtest.project@0.1.0",
      "jurisdiction": "urn:iso:std:iso:3166#HK",
      "dist": {
        "tarball": "https://fs.get-ig.org/-/fhirtest.project-0.1.0.tgz"
      },
      "name": "fhirtest.project",
      "author": "gaishal",
      "id": "fhirtest.project@0.1.0",
      "version": "0.1.0",
      "dependencies": {
        "hl7.fhir.r4.core": "4.0.1"
      }
    }
  },
  "version": "0.1.0",
  "dependencies": {
    "hl7.fhir.r4.core": "4.0.1"
  }
}

Versions