PackagesCanonicalsLogsProblems
    Packages
    phis.ig.dev
    0.0.3

phis.ig.dev@0.0.3 4.0.1

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

Install package
npm install --registry https://fs.get-ig.org/pkgs phis.ig.dev@0.0.3
Get resources
curl https://fs.get-ig.org/rs/phis.ig.dev-0.0.3.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.0.3",
  "dist": {
    "tarball": "https://fs.get-ig.org/-/phis.ig.dev-0.0.3.tgz"
  },
  "name": "phis.ig.dev",
  "author": "emplng",
  "id": "phis.ig.dev@0.0.3",
  "version": "0.0.3",
  "dependencies": {
    "hl7.fhir.kr.core": "1.0.1",
    "hl7.fhir.r4.core": "4.0.1"
  }
}