PackagesCanonicalsLogsProblems
    Packages
    phis.ig.dev
    0.1.5

phis.ig.dev@0.1.5 4.0.1

2023. 10. 26. FHIR IG 생성 테스트 목적

Install package
npm install --registry https://fs.get-ig.org/pkgs phis.ig.dev@0.1.5
Get resources
curl https://fs.get-ig.org/rs/phis.ig.dev-0.1.5.ndjson.gz | gunzip | jq '{url,resourceType,version, id}'
Depspackage.json
{
  "description": "2023. 10. 26. FHIR IG 생성 테스트 목적",
  "fhirVersions": [ "4.0.1" ],
  "_id": "phis.ig.dev@0.1.5",
  "dist": {
    "tarball": "https://fs.get-ig.org/-/phis.ig.dev-0.1.5.tgz"
  },
  "name": "phis.ig.dev",
  "author": "emplng",
  "id": "phis.ig.dev@0.1.5",
  "version": "0.1.5",
  "dependencies": {
    "hl7.fhir.kr.core": "1.0.1",
    "hl7.fhir.r4.core": "4.0.1"
  }
}