From b9b7aa3b99df3618b178407cae4371f3686feea5 Mon Sep 17 00:00:00 2001 From: msharma-tw <54860919+msharma-tw@users.noreply.github.com> Date: Tue, 10 Nov 2020 02:33:16 +0530 Subject: [PATCH] Update demoPatientCareContextDataMap.json Changes Made : Updated the care context map with the correct json files to test the data upload. --- .../demoPatientCareContextDataMap.json | 59 ++++++++----------- 1 file changed, 25 insertions(+), 34 deletions(-) diff --git a/src/In.ProjectEKA.DefaultHip/Resources/demoPatientCareContextDataMap.json b/src/In.ProjectEKA.DefaultHip/Resources/demoPatientCareContextDataMap.json index d787460b..d4c799b9 100644 --- a/src/In.ProjectEKA.DefaultHip/Resources/demoPatientCareContextDataMap.json +++ b/src/In.ProjectEKA.DefaultHip/Resources/demoPatientCareContextDataMap.json @@ -318,71 +318,62 @@ "RVH1012" : { "RV-MHD-01.17.3112" : [ { - "capturedOn": "2019-04-02T15:32:26.605+05:30", + "capturedOn": "2018-08-03T15:32:26.605+05:30", "data": { - "prescription" : ["RVMHD01PrescriptionDocument1.json"] + "prescription" : ["MAXNCC1702PrescriptionDoc20180803.json"], + "dischargesummary" : [] } }, { - "capturedOn": "2019-04-15T15:32:26.605+05:30", + "capturedOn": "2018-08-05T15:32:26.605+05:30", "data": { - "prescription" : ["RVMHD01PrescriptionDocument2.json"] + "prescription" : ["MAXNCC1702PrescriptionDoc20180805.json"], + "dischargesummary" : [] } }, { - "capturedOn": "2019-04-27T15:32:26.605+05:30", + "capturedOn": "2019-01-01T15:32:26.605+05:30", "data": { - "prescription" : ["RVMHD01PrescriptionDocument3.json"] + "diagnosticreport" : ["MAXNCP1702DiagnosticReportDoc20190101.json"] } }, { - "capturedOn": "2019-01-01T15:32:26.605+05:30", + "capturedOn": "2019-01-03T15:32:26.605+05:30", "data": { - "prescription" : ["RVMHD01PrescriptionDocument4.json"] + "diagnosticreport" : ["MAXNCP1702DiagnosticReportDoc20190103.json"] } - } - ], - "NCP9999" : [ + }, { - "capturedOn": "2019-01-01T15:32:26.605+05:30", + "capturedOn": "2019-02-03T15:32:26.605+05:30", "data": { - "prescription" : ["NCP1007PrescriptionDocument1.json"] + "dischargesummary" : ["NCP1702DischargeSummary20190203.json"] } }, { - "capturedOn": "2019-01-02T15:32:26.605+05:30", + "capturedOn": "2019-10-03T15:32:26.605+05:30", "data": { - "prescription" : ["NCP1007PrescriptionDocument2.json"], - "diagnosticreport" : ["NCP1007DiagnosticReportDocument.json"], - "medicationrequest" : [], - "dischargesummary" : [] + "dischargesummary" : ["NCP1702DischargeSummary20191003.json"] } }, { - "capturedOn": "2019-01-03T15:32:26.605+05:30", + "capturedOn": "2020-07-09T15:32:26.605+05:30", "data": { - "prescription" : ["NCP1007PrescriptionDocument3.json"], - "diagnosticreport" : ["NCP1007DiagnosticReportDocument1.json"] + "opconsultation" : ["NCP1702OPConsultationNote20200709.json"] } }, { - "capturedOn": "2019-02-03T15:32:26.605+05:30", + "capturedOn": "2020-07-10T15:32:26.605+05:30", "data": { - "observation" : [], - "condition" : [], - "diagnosticreport" : [], - "medicationrequest" : [], - "dischargesummary" : ["NCP1007DischargeSummary1.json"] + "opconsultation" : ["NCP1702OPConsultationNote20200710.json"] } - }, + } + ], + "NCP9999" : [ { - "capturedOn": "2019-10-03T15:32:26.605+05:30", + "capturedOn": "2018-08-01T15:32:26.605+05:30", "data": { - "observation" : [], - "condition" : [], - "diagnosticreport" : [], - "medicationrequest" : [], - "dischargesummary" : ["NCP1007DischargeSummary2.json"] + "prescription" : ["MAXNCC1702PrescriptionDoc20180801.json"], + "dischargesummary" : [] } } ]