From 1d81137f2a15c4985b4f4abbb661a7af1319612a Mon Sep 17 00:00:00 2001 From: agravell047 Date: Tue, 26 Mar 2024 09:43:58 -0400 Subject: [PATCH] added new yml for rxRfRecord object --- .../docs/schemas/PrescriptionDetail.yml | 156 +----------------- modules/my_health/docs/schemas/RxRfRecord.yml | 155 +++++++++++++++++ 2 files changed, 156 insertions(+), 155 deletions(-) create mode 100644 modules/my_health/docs/schemas/RxRfRecord.yml diff --git a/modules/my_health/docs/schemas/PrescriptionDetail.yml b/modules/my_health/docs/schemas/PrescriptionDetail.yml index 0e905e6ab35..347cdba82ce 100644 --- a/modules/my_health/docs/schemas/PrescriptionDetail.yml +++ b/modules/my_health/docs/schemas/PrescriptionDetail.yml @@ -181,161 +181,7 @@ properties: rxRfRecords: type: array items: - type: object - properties: - refillStatus: - type: string - refillSubmitDate: - type: string - format: date-time - refillDate: - type: string - format: date-time - refillRemaining: - type: integer - facilityName: - type: string - facilityApiName: - type: string - isRefillable: - type: boolean - isTrackable: - type: boolean - prescriptionId: - type: integer - sig: - type: string - orderedDate: - type: string - format: date-time - quantity: - type: integer - expirationDate: - type: string - format: date-time - prescriptionNumber: - type: string - prescriptionName: - type: string - dispensedDate: - type: string - format: date-time - stationNumber: - type: string - inCernerTransition: - type: boolean - notRefillableDisplayMessage: - type: string - cmopDivisionPhone: - type: string - cmopNdcNumber: - type: string - id: - type: integer - userId: - type: integer - providerFirstName: - type: string - providerLastName: - type: string - remarks: - type: string - divisionName: - type: string - modifiedDate: - type: string - format: date-time - institutionId: - type: string - dialCmopDivisionPhone: - type: string - dispStatus: - type: string - ndc: - type: string - reason: - type: string - prescriptionNumberIndex: - type: string - prescriptionSource: - type: string - disclaimer: - type: string - indicationForUse: - type: string - indicationForUseFlag: - type: string - category: - type: string - orderableItem: - type: string - shape: - type: string - color: - type: string - frontImprint: - type: string - backImprint: - type: string - rxRfRecords: - type: 'null' - dataSourceSystem: - type: string - trackingList: - type: array - items: - type: object - tracking: - type: boolean - example: - - refillStatus: "suspended" - refillSubmitDate: "Wed, 20 Mar 2024 13:43:06 EDT" - refillDate: "Mon, 11 Mar 2024 00:00:00 EDT" - refillRemaining: 4 - facilityName: "SLC10 TEST LAB" - facilityApiName: null - isRefillable: false - isTrackable: false - prescriptionId: 23301817 - sig: null - orderedDate: "Sun, 31 Mar 2024 00:00:00 EDT" - quantity: null - expirationDate: null - prescriptionNumber: "3637019" - prescriptionName: "SALMETEROL 50MCG/BLSTR PO INHL DISKUS 60" - dispensedDate: "Mon, 18 Mar 2024 00:00:00 EDT" - stationNumber: "979" - inCernerTransition: false - notRefillableDisplayMessage: null - cmopDivisionPhone: "(410)999-7019" - cmopNdcNumber: "00093721410" - id: 23301817 - userId: 16955936 - providerFirstName: null - providerLastName: null - remarks: null - divisionName: null - modifiedDate: null - institutionId: null - dialCmopDivisionPhone: "4109997019" - dispStatus: "Suspended" - ndc: "00173-0521-00" - reason: null - prescriptionNumberIndex: "RF1" - prescriptionSource: "RF" - disclaimer: null - indicationForUse: null - indicationForUseFlag: null - category: "Rx Medication" - orderableItem: null - shape: "OVAL" - color: "WHITE" - frontImprint: "9,3" - backImprint: "72,14" - dataSourceSystem: "VISTA" - trackingList: null - rxRfRecords: null - tracking: false + $ref: "./RxRfRecord.yml" tracking: type: boolean example: false diff --git a/modules/my_health/docs/schemas/RxRfRecord.yml b/modules/my_health/docs/schemas/RxRfRecord.yml new file mode 100644 index 00000000000..7dff0a07830 --- /dev/null +++ b/modules/my_health/docs/schemas/RxRfRecord.yml @@ -0,0 +1,155 @@ +type: object +properties: + refillStatus: + type: string + refillSubmitDate: + type: string + format: date-time + refillDate: + type: string + format: date-time + refillRemaining: + type: integer + facilityName: + type: string + facilityApiName: + type: string + isRefillable: + type: boolean + isTrackable: + type: boolean + prescriptionId: + type: integer + sig: + type: string + orderedDate: + type: string + format: date-time + quantity: + type: integer + expirationDate: + type: string + format: date-time + prescriptionNumber: + type: string + prescriptionName: + type: string + dispensedDate: + type: string + format: date-time + stationNumber: + type: string + inCernerTransition: + type: boolean + notRefillableDisplayMessage: + type: string + cmopDivisionPhone: + type: string + cmopNdcNumber: + type: string + id: + type: integer + userId: + type: integer + providerFirstName: + type: string + providerLastName: + type: string + remarks: + type: string + divisionName: + type: string + modifiedDate: + type: string + format: date-time + institutionId: + type: string + dialCmopDivisionPhone: + type: string + dispStatus: + type: string + ndc: + type: string + reason: + type: string + prescriptionNumberIndex: + type: string + prescriptionSource: + type: string + disclaimer: + type: string + indicationForUse: + type: string + indicationForUseFlag: + type: string + category: + type: string + orderableItem: + type: string + shape: + type: string + color: + type: string + frontImprint: + type: string + backImprint: + type: string + rxRfRecords: + type: 'null' + dataSourceSystem: + type: string + trackingList: + type: array + items: + type: object + tracking: + type: boolean +example: +- refillStatus: "suspended" + refillSubmitDate: "Wed, 20 Mar 2024 13:43:06 EDT" + refillDate: "Mon, 11 Mar 2024 00:00:00 EDT" + refillRemaining: 4 + facilityName: "SLC10 TEST LAB" + facilityApiName: null + isRefillable: false + isTrackable: false + prescriptionId: 23301817 + sig: null + orderedDate: "Sun, 31 Mar 2024 00:00:00 EDT" + quantity: null + expirationDate: null + prescriptionNumber: "3637019" + prescriptionName: "SALMETEROL 50MCG/BLSTR PO INHL DISKUS 60" + dispensedDate: "Mon, 18 Mar 2024 00:00:00 EDT" + stationNumber: "979" + inCernerTransition: false + notRefillableDisplayMessage: null + cmopDivisionPhone: "(410)999-7019" + cmopNdcNumber: "00093721410" + id: 23301817 + userId: 16955936 + providerFirstName: null + providerLastName: null + remarks: null + divisionName: null + modifiedDate: null + institutionId: null + dialCmopDivisionPhone: "4109997019" + dispStatus: "Suspended" + ndc: "00173-0521-00" + reason: null + prescriptionNumberIndex: "RF1" + prescriptionSource: "RF" + disclaimer: null + indicationForUse: null + indicationForUseFlag: null + category: "Rx Medication" + orderableItem: null + shape: "OVAL" + color: "WHITE" + frontImprint: "9,3" + backImprint: "72,14" + dataSourceSystem: "VISTA" + trackingList: null + rxRfRecords: null + tracking: false \ No newline at end of file