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.75 to 8.7.76

26

lib/resources/Specimen.d.ts

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

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

@@ -16,27 +16,7 @@ import ResourceMain from "./ResourceMai";

type: CODEABLE_CONCEPT;
identifier?: IDENTTIFIER[];
}
export declare class Specimen extends ResourceMain implements ResourceMaster {
toHtml(): Promise<string>;
getFHIR(options: SPECIMEN): {
resourceType: string;
id: string | undefined;
meta: {
profile: string[];
};
text: {
status: string;
div: string | undefined;
};
type: CODEABLE_CONCEPT;
subject: {
reference: string;
};
receivedTime: string;
collection: {
collectedDateTime: string;
};
request: false | {
reference: string;
}[];
};
getFHIR(options: SPECIMEN): any;
convertFhirToObject(options: any): SPECIMEN;

@@ -43,0 +23,0 @@ statusArray?: Function | undefined;

6

lib/resources/Specimen.js

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

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

@@ -59,2 +62,5 @@ }

};
if (options.identifier) {
ret.identifier = options.identifier;
}
return ret;

@@ -61,0 +67,0 @@ }

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