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
1
Versions
462
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 8.1.19 to 8.1.20

1

lib/resources/DiagnosticReport.d.ts

@@ -46,2 +46,3 @@ import { CODEABLE_CONCEPT, MULTI_RESOURCE } from "../config";

resultsInterpreter: ResultsInterpreter[];
encounterId?: string;
}

@@ -48,0 +49,0 @@ export declare class DiagnosticReport extends ResourceMain implements ResourceMaster {

@@ -97,2 +97,5 @@ "use strict";

}
if (options.encounterId) {
body.encounter = { reference: `Encounter/${options.encounterId}` };
}
return body;

@@ -134,2 +137,8 @@ }

}
if (options.encounter) {
ret.encounterId = this.getIdFromReference({
ref: options.encounter.reference,
resourceType: "Encounter",
});
}
return ret;

@@ -136,0 +145,0 @@ }

2

package.json
{
"name": "gcp-nrces-fhir",
"version": "8.1.19",
"version": "8.1.20",
"description": "Google cloud healthcare api NRCES FHIR implimenataion",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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