ng-smart-on-fhir
Version:
[](https://srdc.com.tr/en)
52 lines (51 loc) • 1.1 kB
JSON
{
"name": "ng-smart-on-fhir",
"version": "1.0.2",
"peerDependencies": {
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/router": "^17.3.0",
"bootstrap": "^5.3.3",
"@types/fhir": "^0.0.41"
},
"dependencies": {
"tslib": "^2.3.0",
"jsqr": "^1.4.0",
"jose": "^5.9.6",
"pako": "^2.1.0",
"fhirclient": "^2.5.3"
},
"sideEffects": false,
"module": "fesm2022/ng-smart-on-fhir.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng-smart-on-fhir.mjs",
"esm": "./esm2022/ng-smart-on-fhir.mjs",
"default": "./fesm2022/ng-smart-on-fhir.mjs"
}
},
"author": {
"email": "technical@srdc.com.tr",
"name": "SRDC",
"url": "https://srdc.com.tr"
},
"repository": "srdc/ng-smart-on-fhir",
"license": "Apache-2.0",
"keywords": [
"fhir",
"hl7",
"smart",
"healthcare",
"interoperability",
"medical",
"ehr",
"cds",
"phr",
"patient"
]
}