PackagesCanonicalsLogsProblems
    Packages
    ten.fhir
    0.7.0

ten.fhir@0.7.0 4.0.1

该版本包含的内容如下: 1、定义了Patient.gender不能为空。 2、定义了Condition.code强制绑定本地的值域。 3、扩展新增Patient.nation元素,用于表述民族,并要求强制绑定本地的值域。

Install package
npm install --registry https://fs.get-ig.org/pkgs ten.fhir@0.7.0
Get resources
curl https://fs.get-ig.org/rs/ten.fhir-0.7.0.ndjson.gz | gunzip | jq '{url,resourceType,version, id}'
Depspackage.json
{
  "description": "该版本包含的内容如下:\r\n1、定义了Patient.gender不能为空。\r\n2、定义了Condition.code强制绑定本地的值域。\r\n3、扩展新增Patient.nation元素,用于表述民族,并要求强制绑定本地的值域。",
  "fhirVersions": [ "4.0.1" ],
  "_id": "ten.fhir@0.7.0",
  "jurisdiction": "urn:iso:std:iso:3166#HK",
  "dist": {
    "tarball": "https://fs.get-ig.org/-/ten.fhir-0.7.0.tgz"
  },
  "name": "ten.fhir",
  "author": "gaishal",
  "id": "ten.fhir@0.7.0",
  "version": "0.7.0",
  "dependencies": {
    "hl7.fhir.r4.core": "4.0.1"
  }
}