primarycare-binder 1.1.136 → 1.1.138

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.cjs.js +26 -24
  2. package/package.json +1 -1
package/dist/index.cjs.js CHANGED
@@ -8388,6 +8388,8 @@ var __cancelAllAppointmentUrl__ = "".concat(process.env.REACT_APP_AUTH_URL_PROTO
8388
8388
  var __alertInteractionsUrl__ = "".concat(process.env.REACT_APP_AUTH_URL_PROTOCAL, "://").concat(process.env.REACT_APP_AUTH_URL_HOST, ":").concat(process.env.REACT_APP_AUTH_URL_PORT, "/api/v1/clinicalscreening");
8389
8389
  var __dayEndProcessRun__ = "".concat(process.env.REACT_APP_AUTH_URL_PROTOCAL, "://").concat(process.env.REACT_APP_AUTH_URL_HOST, ":").concat(process.env.REACT_APP_AUTH_URL_PORT, "/api/v1/dayEndProcess");
8390
8390
  var __keyClockLogin__ = "".concat(process.env.REACT_APP_AUTH_URL_PROTOCAL, "://").concat(process.env.REACT_APP_AUTH_URL_HOST, ":").concat(process.env.REACT_APP_AUTH_URL_PORT); // vitals url
8391
+ // export const __vitals_url__ = "http://164.52.210.54:8080/api/read_qdmqueries";
8392
+
8391
8393
  var urls = (_urls = {
8392
8394
  generate_otp: "".concat(__keyClockLogin__, "/api/v1/generateOTP"),
8393
8395
  register_user: "".concat(__keyClockLogin__, "/api/v1/userRegistration"),
@@ -10330,7 +10332,7 @@ var PATIENT_CREATE = createAsyncThunk("patientReducer/upsertPatient", /*#__PURE_
10330
10332
  use: "usual",
10331
10333
  type: {
10332
10334
  coding: [{
10333
- system: "http://terminology.hl7.org/CodeSystem/v2-0203",
10335
+ system: "",
10334
10336
  code: "MR"
10335
10337
  }]
10336
10338
  },
@@ -10383,7 +10385,7 @@ var PATIENT_CREATE = createAsyncThunk("patientReducer/upsertPatient", /*#__PURE_
10383
10385
  birthDate: "1974-12-25",
10384
10386
  _birthDate: {
10385
10387
  extension: [{
10386
- url: "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
10388
+ url: "",
10387
10389
  valueDateTime: "1974-12-25T14:35:45-05:00"
10388
10390
  }]
10389
10391
  },
@@ -10404,7 +10406,7 @@ var PATIENT_CREATE = createAsyncThunk("patientReducer/upsertPatient", /*#__PURE_
10404
10406
  contact: [{
10405
10407
  relationship: [{
10406
10408
  coding: [{
10407
- system: "http://terminology.hl7.org/CodeSystem/v2-0131",
10409
+ system: "",
10408
10410
  code: "N"
10409
10411
  }]
10410
10412
  }],
@@ -10412,7 +10414,7 @@ var PATIENT_CREATE = createAsyncThunk("patientReducer/upsertPatient", /*#__PURE_
10412
10414
  family: "du Marché",
10413
10415
  _family: {
10414
10416
  extension: [{
10415
- url: "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
10417
+ url: "",
10416
10418
  valueString: "VV"
10417
10419
  }]
10418
10420
  },
@@ -13343,7 +13345,7 @@ var APPOINTMENT_RESPONSE_CREATE = createAsyncThunk("appointmentResponseReducer/u
13343
13345
  "rule": {
13344
13346
  "properties": {
13345
13347
  "identifier": [{
13346
- "system": "http://example.org/sampleappointmentresponse-identifier",
13348
+ "system": "",
13347
13349
  "value": "response123"
13348
13350
  }],
13349
13351
  "active": true,
@@ -13355,7 +13357,7 @@ var APPOINTMENT_RESPONSE_CREATE = createAsyncThunk("appointmentResponseReducer/u
13355
13357
  "end": "2013-12-25T13:30:00Z",
13356
13358
  "participantType": [{
13357
13359
  "coding": [{
13358
- "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
13360
+ "system": "",
13359
13361
  "code": "ATND"
13360
13362
  }]
13361
13363
  }],
@@ -13435,7 +13437,7 @@ var APPOINTMENT_RESPONSE_UPDATE = createAsyncThunk("appointmentResponseReducer/u
13435
13437
  "rule": {
13436
13438
  "properties": {
13437
13439
  "identifier": [{
13438
- "system": "http://example.org/sampleappointmentresponse-identifier",
13440
+ "system": "",
13439
13441
  "value": "response123"
13440
13442
  }],
13441
13443
  "active": true,
@@ -13447,7 +13449,7 @@ var APPOINTMENT_RESPONSE_UPDATE = createAsyncThunk("appointmentResponseReducer/u
13447
13449
  "end": "2013-12-25T13:30:00Z",
13448
13450
  "participantType": [{
13449
13451
  "coding": [{
13450
- "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
13452
+ "system": "",
13451
13453
  "code": "ATND"
13452
13454
  }]
13453
13455
  }],
@@ -13727,10 +13729,10 @@ var REALATED_PERSON_CREATE = createAsyncThunk("relatedPersonReducer/upsertRelate
13727
13729
  },
13728
13730
  "relationship": [{
13729
13731
  "coding": [{
13730
- "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
13732
+ "system": "",
13731
13733
  "code": "N"
13732
13734
  }, {
13733
- "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
13735
+ "system": "",
13734
13736
  "code": "WIFE"
13735
13737
  }]
13736
13738
  }],
@@ -13738,7 +13740,7 @@ var REALATED_PERSON_CREATE = createAsyncThunk("relatedPersonReducer/upsertRelate
13738
13740
  "family": "du Marché",
13739
13741
  "_family": {
13740
13742
  "extension": [{
13741
- "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
13743
+ "url": "",
13742
13744
  "valueString": "VV"
13743
13745
  }]
13744
13746
  },
@@ -13842,10 +13844,10 @@ var REALATED_PERSON_UPDATE = createAsyncThunk("relatedPersonReducer/upsertRelate
13842
13844
  },
13843
13845
  "relationship": [{
13844
13846
  "coding": [{
13845
- "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
13847
+ "system": "",
13846
13848
  "code": "N"
13847
13849
  }, {
13848
- "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
13850
+ "system": "",
13849
13851
  "code": "WIFE"
13850
13852
  }]
13851
13853
  }],
@@ -13853,7 +13855,7 @@ var REALATED_PERSON_UPDATE = createAsyncThunk("relatedPersonReducer/upsertRelate
13853
13855
  "family": "du Marché",
13854
13856
  "_family": {
13855
13857
  "extension": [{
13856
- "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
13858
+ "url": "",
13857
13859
  "valueString": "VV"
13858
13860
  }]
13859
13861
  },
@@ -14122,7 +14124,7 @@ var PRACTITIONER_CREATE = createAsyncThunk("practitionerReducer/upsertPractition
14122
14124
  "entity": entity,
14123
14125
  "doc": {
14124
14126
  "identifier": [{
14125
- "system": "http://www.acme.org/practitioners",
14127
+ "system": "",
14126
14128
  "value": "23"
14127
14129
  }],
14128
14130
  "active": true,
@@ -14140,12 +14142,12 @@ var PRACTITIONER_CREATE = createAsyncThunk("practitionerReducer/upsertPractition
14140
14142
  }],
14141
14143
  "qualification": [{
14142
14144
  "identifier": [{
14143
- "system": "http://example.org/UniversityIdentifier",
14145
+ "system": "",
14144
14146
  "value": "12345"
14145
14147
  }],
14146
14148
  "code": {
14147
14149
  "coding": [{
14148
- "system": "http://terminology.hl7.org/CodeSystem/v2-0360/2.7",
14150
+ "system": "",
14149
14151
  "code": "BS",
14150
14152
  "display": "Bachelor of Science"
14151
14153
  }],
@@ -15142,19 +15144,19 @@ var GET_CITIES = createAsyncThunk("searhcApiSlice/getCityFromHospital", /*#__PUR
15142
15144
  case 6:
15143
15145
  data = [{
15144
15146
  title: 'Chennai',
15145
- image: 'https://i.ibb.co/yYjKLD4/Group-1516-2x.png'
15147
+ image: ''
15146
15148
  }, {
15147
15149
  title: 'Nagercoil',
15148
- image: 'https://i.ibb.co/C6qfRkM/Group-1711-2x.png'
15150
+ image: ''
15149
15151
  }, {
15150
15152
  title: 'Pondicherry',
15151
- image: 'https://i.ibb.co/d7q9HHM/Group-1558-2x.png'
15153
+ image: ''
15152
15154
  }, {
15153
15155
  title: 'Coimbatore',
15154
- image: 'https://i.ibb.co/MZdVWG5/Group-1591-2x.png'
15156
+ image: ''
15155
15157
  }, {
15156
15158
  title: 'Thirunelveli',
15157
- image: 'https://i.ibb.co/6ggymYq/Group-1656-2x.png'
15159
+ image: ''
15158
15160
  }];
15159
15161
  return _context.abrupt("return", _objectSpread2(_objectSpread2({}, defaultState.Info), {}, {
15160
15162
  data: data
@@ -16699,7 +16701,7 @@ var UPSERT_SLOT = createAsyncThunk("slotApiSlice/upsertSlot", /*#__PURE__*/_asyn
16699
16701
  }],
16700
16702
  "appointmentType": {
16701
16703
  "coding": [{
16702
- "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
16704
+ "system": "",
16703
16705
  "code": "WALKIN",
16704
16706
  "display": "A previously unscheduled walk-in visit"
16705
16707
  }]
@@ -17077,7 +17079,7 @@ var UPSERT_SCHEDULE = createAsyncThunk("scheduleApiSlice/upsertSchedule", /*#__P
17077
17079
  "properties": {
17078
17080
  "identifier": [{
17079
17081
  "use": "usual",
17080
- "system": "http://example.org/scheduleid",
17082
+ "system": "",
17081
17083
  "value": "45"
17082
17084
  }],
17083
17085
  "active": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primarycare-binder",
3
- "version": "1.1.136",
3
+ "version": "1.1.138",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",