gcp-nrces-fhir
Advanced tools
Comparing version 8.1.106 to 8.1.107
@@ -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>Physical Examination</u></b> ${options.physicalExamination.text.div}`; | ||
`<b><u>Physical Examination</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}`; | ||
} | ||
@@ -235,3 +235,3 @@ if (options.procedure) { | ||
}); | ||
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) { | ||
@@ -257,3 +257,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}`; | ||
} | ||
@@ -278,2 +278,5 @@ if (options.medicalHistory) { | ||
}); | ||
options.composition.documentDatahtml = | ||
options.composition.documentDatahtml + | ||
`<b><u>Medical History</u></b>${options.medicalHistory.text.div}`; | ||
} | ||
@@ -300,3 +303,3 @@ if (options.physicalExamination) { | ||
options.composition.documentDatahtml + | ||
`<b><u>Physical Examination</u></b> ${options.physicalExamination.text.div}`; | ||
`<b><u>Physical Examination</u></b>${options.physicalExamination.text.div}`; | ||
} | ||
@@ -303,0 +306,0 @@ if (options.investigationAdvice) { |
@@ -50,21 +50,2 @@ "use strict"; | ||
exports.Condition = Condition; | ||
const demo = { | ||
"fullUrl": "Condition/3a5cd214-fe9b-4d9c-a552-685d09978c20", | ||
"resource": { | ||
"code": { | ||
"coding": [ | ||
{ | ||
"display": "Notes", | ||
"system": "https://www.nicehms.com/system" | ||
} | ||
], | ||
"text": "Notes" | ||
}, | ||
"id": "3a5cd214-fe9b-4d9c-a552-685d09978c20", | ||
"resourceType": "Condition", | ||
"subject": { | ||
"reference": "Patient/bfe2059d-1e1e-4e06-bf26-3b07dc2b8fa7" | ||
} | ||
} | ||
}; | ||
//# sourceMappingURL=Condition.js.map |
@@ -33,6 +33,6 @@ "use strict"; | ||
if (options.asserter) { | ||
ret = `${ret}<div>Assereted By : ${options.asserter.name}</div>`; | ||
ret = `${ret}<div>Asserted By : ${options.asserter.name}</div>`; | ||
} | ||
if (options.recorder) { | ||
ret = `${ret}<div>Assereted By : ${options.recorder.name}</div>`; | ||
ret = `${ret}<div>Recorded By : ${options.recorder.name}</div>`; | ||
} | ||
@@ -39,0 +39,0 @@ ret = `${ret}<div>Procedure Notes</div>`; |
{ | ||
"name": "gcp-nrces-fhir", | ||
"version": "8.1.106", | ||
"version": "8.1.107", | ||
"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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1194399
13091