PackagesCanonicalsLogsProblems
    Packages
    PHIS.IG.CreateTest

PHIS.IG.CreateTest

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

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

package.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",
  "dist-tags": {
    "latest": "0.0.1"
  },
  "author": "emplng",
  "_versions": [ "0.0.1" ],
  "id": "PHIS.IG.CreateTest@0.0.1",
  "versions": {
    "0.0.1": {
      "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"
      }
    }
  },
  "version": "0.0.1",
  "dependencies": {
    "hl7.fhir.kr.core": "1.0.1",
    "hl7.fhir.r4.core": "4.0.1"
  }
}

Versions