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

gcp-nrces-fhir

Package Overview
Dependencies
Maintainers
1
Versions
368
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 1.0.8 to 1.0.9

2

lib/resources/Encounter.d.ts

@@ -71,2 +71,3 @@ declare const EncounterStatusArray: readonly ["planned", "arrived", "triaged", "in-progress", "onleave", "finished", "cancelled", "entered-in-error", "unknown"];

interface ENCOUNTER {
id?: string;
text: string;

@@ -83,2 +84,3 @@ status: EncounterStatus;

resourceType: string;
id: string | undefined;
meta: {

@@ -85,0 +87,0 @@ lastUpdated: string;

2

lib/resources/Encounter.js

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

"resourceType": "Encounter",
// "id": "example-01",
"id": options.id,
"meta": {

@@ -39,0 +39,0 @@ "lastUpdated": "2020-07-09T14:58:58.181+05:30",

{
"name": "gcp-nrces-fhir",
"version": "1.0.8",
"version": "1.0.9",
"description": "Google cloud healthcare api Nrces Fhir imlimenataion",

@@ -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