New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blue-button-generate

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blue-button-generate - npm Package Compare versions

Comparing version 1.4.0-beta.11 to 1.4.0-beta.12

19

lib/documentLevel.js

@@ -55,9 +55,11 @@ "use strict";

}
}, /*{
key: "setId",
attributes: {
extension: "sTT988",
root: "2.16.840.1.113883.19.5.99999.19"
}
},*/ {
},
/*{
key: "setId",
attributes: {
extension: "sTT988",
root: "2.16.840.1.113883.19.5.99999.19"
}
},*/
{
key: "versionNumber",

@@ -84,3 +86,4 @@ attributes: {

sectionLevel.socialHistorySection,
sectionLevel.vitalSignsSectionEntriesOptional
sectionLevel.vitalSignsSectionEntriesOptional,
sectionLevel.commentActivity
],

@@ -87,0 +90,0 @@ notImplemented: [

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

//trim date
value=value.substring(0,12);
value = value.substring(0, 12);
return value;

@@ -104,0 +104,0 @@ } else {

@@ -105,10 +105,8 @@ "use strict";

var plan_of_careTextHeaders = ["Plan of Care", "Start Date"];
var plan_of_careTextRow = [
leafLevel.deepInputProperty("plan.name", ""),
leafLevel.deepInputDate("date_time.center", "")
leafLevel.deepInputDate("date_time.low", "")
];
var proceduresTextHeaders = ["Procedure", "Procedure Date", "Provider", "Phone #", "Status"];

@@ -123,3 +121,2 @@ var proceduresTextRow = [

var medicationsTextHeaders = ["Medication Class", "# fills", "Last fill date"];

@@ -176,3 +173,3 @@ var medicationsTextRow = [ // Name, did not find class in the medication blue-button-data

fieldLevel.templateCode("ProblemSection"),
fieldLevel.templateTitle("ProblemSection"),
fieldLevel.templateTitle("ProblemSection"),
getText('problems', problemsTextHeaders, problemsTextRow), {

@@ -204,3 +201,3 @@ key: "text",

fieldLevel.templateCode("ProceduresSection"),
fieldLevel.templateTitle("ProceduresSection"),
fieldLevel.templateTitle("ProceduresSection"),
getText('procedures', proceduresTextHeaders, proceduresTextRow), {

@@ -445,3 +442,3 @@ key: "text",

fieldLevel.templateCode("PlanOfCareSection"),
fieldLevel.templateTitle("PlanOfCareSection"),
fieldLevel.templateTitle("PlanOfCareSection"),
getText('plan_of_care', plan_of_careTextHeaders, plan_of_careTextRow), {

@@ -525,1 +522,25 @@ key: "text",

};
exports.commentActivity = {
key: "organizer",
content: [{
key: "act",
attributes: {
classCode: "ACT",
moodCode: "ENV"
},
content: [{
key: "code",
attibutes: {
code: "48767-8",
displayName: "Annotation Comment",
codeSystemName: "LOINC",
codeSystem: "2.16.840.1.113883.6.1"
}
}, {
key: "text",
text: "",
datakey: "notes"
}]
}]
};
{
"name": "blue-button-generate",
"version": "1.4.0-beta.11",
"version": "1.4.0-beta.12",
"description": "Blue Button CCDA Generator.",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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