Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gcp-nrces-fhir

Package Overview
Dependencies
Maintainers
0
Versions
361
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.7.76 to 8.7.77

3

lib/resources/ServiceRequest.d.ts

@@ -1,2 +0,2 @@

import { CodeDisplay, EXTENSION } from "../config";
import { CODEABLE_CONCEPT, CodeDisplay, EXTENSION } from "../config";
import { ResourceMaster } from "../Interfaces";

@@ -53,2 +53,3 @@ import ResourceMain from "./ResourceMai";

specimanIds?: string[];
reasonCode?: CODEABLE_CONCEPT[];
}

@@ -55,0 +56,0 @@ export declare class ServiceRequest extends ResourceMain implements ResourceMaster {

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

}
if (options.reasonCode) {
body.reasonCode = options.reasonCode;
}
return body;

@@ -199,2 +202,5 @@ }

}
if (options.reasonCode) {
ret.reasonCode = options.reasonCode;
}
if (options.specimen && options.specimen.length > 0) {

@@ -201,0 +207,0 @@ ret.specimanIds = options.specimen.map((el) => this.getIdFromReference({ ref: el.reference, resourceType: "Specimen" }));

{
"name": "gcp-nrces-fhir",
"version": "8.7.76",
"version": "8.7.77",
"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