Skip to content

Commit

Permalink
added new yml for rxRfRecord object
Browse files Browse the repository at this point in the history
  • Loading branch information
agravell047 committed Mar 26, 2024
1 parent 3e54dad commit 1d81137
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 155 deletions.
156 changes: 1 addition & 155 deletions modules/my_health/docs/schemas/PrescriptionDetail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
155 changes: 155 additions & 0 deletions modules/my_health/docs/schemas/RxRfRecord.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1d81137

Please sign in to comment.