gcp-nrces-fhir
Advanced tools
Comparing version 8.7.68 to 8.7.69
@@ -63,7 +63,8 @@ "use strict"; | ||
const getAllergy = () => { | ||
let ret = ""; | ||
ret = `<div>${options.text} clinical status:${options.clinicalStatus} verification status: ${options.verificationStatus}</div>`; | ||
let ret = `<table data-pdfmake="{'widths':['90%']}"><tr><td>`; | ||
ret = `<b>Agent:</b>: ${options.code.text}, <b>clinical status:</b>${options.clinicalStatus}, <b>verification status:</b> ${options.verificationStatus}`; | ||
if (options.note && options.note.length > 0) { | ||
ret += `${ret} <div>${options.note.map(el => el.text).join(". ")}</div>`; | ||
} | ||
ret += `</tr></table>`; | ||
return ret; | ||
@@ -70,0 +71,0 @@ }; |
{ | ||
"name": "gcp-nrces-fhir", | ||
"version": "8.7.68", | ||
"version": "8.7.69", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2523957
26185