gcp-nrces-fhir
Advanced tools
Comparing version 8.1.103 to 8.1.104
@@ -40,3 +40,3 @@ "use strict"; | ||
}); | ||
options.composition.documentDatahtml = `<b><u>Chief complaints</u></b>:- ${options.chiefComplaints.text.div}`; | ||
options.composition.documentDatahtml = `<b><u>Chief complaints</u></b> ${options.chiefComplaints.text.div}`; | ||
if (options.allergies) { | ||
@@ -62,3 +62,3 @@ options.composition.section.push({ | ||
options.composition.documentDatahtml + | ||
`<b><u>Allergies</u></b>:- ${options.allergies.text.div}`; | ||
`<b><u>Allergies</u></b> ${options.allergies.text.div}`; | ||
} | ||
@@ -85,3 +85,3 @@ if (options.medicalHistory) { | ||
options.composition.documentDatahtml + | ||
`<b><u>Medical History</u></b>:- ${options.medicalHistory.text.div}`; | ||
`<b><u>Medical History</u></b> ${options.medicalHistory.text.div}`; | ||
} | ||
@@ -108,3 +108,3 @@ if (options.physicalExamination) { | ||
options.composition.documentDatahtml + | ||
`<b><u>physicalExamination</u></b>:- ${options.physicalExamination.text.div}`; | ||
`<b><u>physicalExamination</u></b> ${options.physicalExamination.text.div}`; | ||
} | ||
@@ -131,3 +131,3 @@ if (options.investigationAdvice) { | ||
options.composition.documentDatahtml + | ||
`<b><u>Investigation Advice</u></b>:- ${options.investigationAdvice.text.div}`; | ||
`<b><u>Investigation Advice</u></b> ${options.investigationAdvice.text.div}`; | ||
} | ||
@@ -155,3 +155,3 @@ if (options.procedure) { | ||
options.composition.documentDatahtml + | ||
`<b><u>Procedure</u></b>:- ${options.procedure.text.div}`; | ||
`<b><u>Procedure</u></b>${options.procedure.text.div}`; | ||
} | ||
@@ -178,3 +178,3 @@ if (options.followUp) { | ||
options.composition.documentDatahtml + | ||
`<b><u>Follow up</u></b>:- ${options.followUp.text.div}`; | ||
`<b><u>Follow up</u></b>${options.followUp.text.div}`; | ||
} | ||
@@ -189,3 +189,3 @@ if (options.medicationRequest || options.medicationRequest) { | ||
options.composition.documentDatahtml + | ||
`<b><u>Medication Statement</u></b>:- ${options.medicationStatement.text.div}`; | ||
`<b><u>Medication Statement</u></b>${options.medicationStatement.text.div}`; | ||
} | ||
@@ -198,3 +198,3 @@ if (options.medicationRequest) { | ||
options.composition.documentDatahtml + | ||
`<b><u>Prescription</u></b>:- ${options.medicationRequest.text.div}`; | ||
`<b><u>Prescription</u></b>${options.medicationRequest.text.div}`; | ||
} | ||
@@ -240,3 +240,3 @@ options.composition.section.push({ | ||
}); | ||
options.composition.documentDatahtml = `<b><u>Chief Complaints</u></b>:- ${options.chiefComplaints.text.div}`; | ||
options.composition.documentDatahtml = `<b><u>Chief Complaints</u></b> ${options.chiefComplaints.text.div}`; | ||
if (options.allergies) { | ||
@@ -262,3 +262,3 @@ options.composition.section.push({ | ||
options.composition.documentDatahtml + | ||
`<b><u>Allergies</u></b>:- ${options.allergies.text.div}`; | ||
`<b><u>Allergies</u></b> ${options.allergies.text.div}`; | ||
} | ||
@@ -304,3 +304,3 @@ if (options.medicalHistory) { | ||
options.composition.documentDatahtml + | ||
`<b><u>Physical Examination</u></b>:- ${options.physicalExamination.text.div}`; | ||
`<b><u>Physical Examination</u></b> ${options.physicalExamination.text.div}`; | ||
} | ||
@@ -327,3 +327,3 @@ if (options.investigationAdvice) { | ||
options.composition.documentDatahtml + | ||
`<b><u>Investigation Advice</u></b>:- ${options.investigationAdvice.text.div}`; | ||
`<b><u>Investigation Advice</u></b> ${options.investigationAdvice.text.div}`; | ||
} | ||
@@ -350,3 +350,3 @@ if (options.procedure) { | ||
options.composition.documentDatahtml + | ||
`<b><u>Procedure</u></b>:- ${options.procedure.text.div}`; | ||
`<b><u>Procedure</u></b>${options.procedure.text.div}`; | ||
} | ||
@@ -373,3 +373,3 @@ if (options.followUp) { | ||
options.composition.documentDatahtml + | ||
`<b><u>Follow up</u></b>:- ${options.followUp.text.div}`; | ||
`<b><u>Follow up</u></b>${options.followUp.text.div}`; | ||
} | ||
@@ -384,3 +384,3 @@ if (options.medicationRequest || options.medicationRequest) { | ||
options.composition.documentDatahtml + | ||
`<b><u>Medication Statement</u></b>:- ${options.medicationStatement.text.div}`; | ||
`<b><u>Medication Statement</u></b>${options.medicationStatement.text.div}`; | ||
} | ||
@@ -393,3 +393,3 @@ if (options.medicationRequest) { | ||
options.composition.documentDatahtml + | ||
`<b><u>Prescription</u></b>:- ${options.medicationRequest.text.div}`; | ||
`<b><u>Prescription</u></b>${options.medicationRequest.text.div}`; | ||
} | ||
@@ -396,0 +396,0 @@ options.composition.section.push({ |
{ | ||
"name": "gcp-nrces-fhir", | ||
"version": "8.1.103", | ||
"version": "8.1.104", | ||
"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
1194750