New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gcp-nrces-fhir

Package Overview
Dependencies
Maintainers
0
Versions
418
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gcp-nrces-fhir - npm Package Compare versions

Comparing version 9.0.36 to 9.0.37

4

lib/index.d.ts

@@ -55,3 +55,3 @@ import { credentials, databasePath } from "./config/index";

import { ImmunizationRecommendation, IMMUNIZATION_RECOMMENDATION } from "./resources/ImmunizationRecommendation";
import { CreatePdf } from "js-ts-report";
import { CreatePdf, paperSize } from "js-ts-report";
import { Claim, CLAIM } from "./hcx/Claim";

@@ -118,3 +118,3 @@ import { ClaimRequestBundle } from "./hcx/bundle/ClaimRequestBundle";

export { ImmunizationRecommendation, IMMUNIZATION_RECOMMENDATION };
export { CreatePdf };
export { CreatePdf, paperSize };
export { LOCATION, Location, bedOPertaionalStatusArray, BedOPertaionalStatus, locationFormTypesArray, locationFormTypes };

@@ -121,0 +121,0 @@ export { HealthDocumentBundle };

@@ -7,3 +7,3 @@ "use strict";

exports.DiagnsoticReportBundle = exports.PrescriptionBundle = exports.Slot = exports.Schedule = exports.serviceRequestCategoryArray = exports.ServiceRequest = exports.MedicationRequest = exports.MedicatioRequestStatusArray = exports.MedicatioRequestIntentArray = exports.MedicationStatementStatusArray = exports.MedicationStatement = exports.documentStatusArrey = exports.documentDocStatusArrey = exports.DocumentReference = exports.InitialAssessment = exports.DiagnosticReportComp = exports.DischargeSUmmery = exports.OPConsultRecord = exports.HealthDocumentRecord = exports.PrescriptionRecord = exports.emptySign = exports.Composition = exports.DocumentBundle = exports.AppointmentActorStatusArray = exports.AppointmentStatusArray = exports.Appointment = exports.AllergyIntolerance = exports.verificationStatusArray = exports.allergyStatusArray = exports.Procedure = exports.Condition = exports.EncounterClassArray = exports.EncounterStatusArray = exports.EncounterHospitalizationDischargeDispositionArray = exports.EncounterResource = exports.Encounter = exports.CoverageEligibiltyResponse = exports.PractitionerRole = exports.Practitioner = exports.PractitionerResource = exports.Organization = exports.OrganizationResource = exports.RelatedPerson = exports.Patient = exports.PatientResource = exports.htmlToText = exports.ResourceFactory = exports.resourceTypeArray = exports.GcpFhirSearch = exports.GcpFhirCRUD = void 0;
exports.InsurancePlan = exports.TaskBundle = exports.PaymentReconciliation = exports.PaymentNoctice = exports.Task = exports.careplanActivityDetailStatusArray = exports.CarePlan = exports.Goal = exports.CommunicationRequest = exports.ClaimResponse = exports.Communication = exports.ClaimRequestBundle = exports.Claim = exports.HealthDocumentBundle = exports.locationFormTypesArray = exports.bedOPertaionalStatusArray = exports.Location = exports.CreatePdf = exports.ImmunizationRecommendation = exports.Immunization = exports.CoverageEligibilityRequestBundle = exports.CoverageEligibilityRequest = exports.Coverage = exports.LOINC_SCALE = exports.Observation = exports.Media = exports.DiagnosticReport = exports.Specimen = exports.DischargeSummaryBundle = exports.OPConsultationBundle = void 0;
exports.InsurancePlan = exports.TaskBundle = exports.PaymentReconciliation = exports.PaymentNoctice = exports.Task = exports.careplanActivityDetailStatusArray = exports.CarePlan = exports.Goal = exports.CommunicationRequest = exports.ClaimResponse = exports.Communication = exports.ClaimRequestBundle = exports.Claim = exports.HealthDocumentBundle = exports.locationFormTypesArray = exports.bedOPertaionalStatusArray = exports.Location = exports.paperSize = exports.CreatePdf = exports.ImmunizationRecommendation = exports.Immunization = exports.CoverageEligibilityRequestBundle = exports.CoverageEligibilityRequest = exports.Coverage = exports.LOINC_SCALE = exports.Observation = exports.Media = exports.DiagnosticReport = exports.Specimen = exports.DischargeSummaryBundle = exports.OPConsultationBundle = void 0;
const html_to_text_1 = require("html-to-text");

@@ -130,2 +130,3 @@ Object.defineProperty(exports, "htmlToText", { enumerable: true, get: function () { return html_to_text_1.htmlToText; } });

Object.defineProperty(exports, "CreatePdf", { enumerable: true, get: function () { return js_ts_report_1.CreatePdf; } });
Object.defineProperty(exports, "paperSize", { enumerable: true, get: function () { return js_ts_report_1.paperSize; } });
const Claim_1 = require("./hcx/Claim");

@@ -132,0 +133,0 @@ Object.defineProperty(exports, "Claim", { enumerable: true, get: function () { return Claim_1.Claim; } });

{
"name": "gcp-nrces-fhir",
"version": "9.0.36",
"version": "9.0.37",
"description": "Google cloud healthcare api NRCES FHIR implimenataion",

@@ -32,3 +32,3 @@ "main": "lib/index.js",

"html-to-text": "^8.2.1",
"js-ts-report": "^5.0.24",
"js-ts-report": "^5.0.27",
"typescript": "^4.7.3",

@@ -35,0 +35,0 @@ "uuid": "^8.3.2"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc