PackagesCanonicalsLogsProblems
    Packages
    PHIS.IG.CreateTest
    0.0.1

PHIS.IG.CreateTest@0.0.1 4.0.1

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

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