Skip to content

Commit

Permalink
Removing unwanted test data
Browse files Browse the repository at this point in the history
  • Loading branch information
kanchanasuriya committed Apr 16, 2024
1 parent de407bb commit 7188cf1
Showing 1 changed file with 1 addition and 176 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,39 +23,12 @@
kind: 'clinic',
status: 'booked',
serviceType: 'amputation',
serviceTypes: [
{
coding: [
{
system: 'http://veteran.apps.va.gov/terminologies/fhir/CodeSystem/vats-service-type',
code: 'amputation'
}
]
}
],
serviceCategory: [
{
coding: [
{
system: 'http://www.va.gov/Terminology/VistADefinedTerms/409_1',
code: 'REGULAR',
display: 'REGULAR'
}
],
text: 'REGULAR'
}
],
patientIcn: '1013125218V696863',
locationId: '983GC',
clinic: '1081',
start: '2023-11-06T16:00:00Z',
end: '2023-11-06T16:30:00Z',
minutesDuration: 30,
slot: {
id: '3230323331313036313630303A323032333131303631363330',
start: '2023-11-06T16:00:00Z',
end: '2023-11-06T16:30:00Z'
},
created: '2023-08-02T00:00:00Z',
cancellable: true,
extension: {
Expand Down Expand Up @@ -84,100 +57,12 @@
kind: 'clinic',
status: 'booked',
serviceType: 'amputation',
serviceTypes: [
{
coding: [
{
system: 'http://veteran.apps.va.gov/terminologies/fhir/CodeSystem/vats-service-type',
code: 'amputation'
}
]
}
],
serviceCategory: [
{
coding: [
{
system: 'http://www.va.gov/Terminology/VistADefinedTerms/409_1',
code: 'REGULAR',
display: 'REGULAR'
}
],
text: 'REGULAR'
}
],
patientIcn: '1013125218V696863',
locationId: '983GC',
clinic: '1081',
start: '2023-11-13T16:00:00Z',
end: '2023-11-13T16:30:00Z',
minutesDuration: 30,
slot: {
id: '3230323331313133313630303A323032333131313331363330',
start: '2023-11-13T16:00:00Z',
end: '2023-11-13T16:30:00Z'
},
created: '2023-08-02T00:00:00Z',
cancellable: true,
extension: {
ccLocation: {
address: {}
},
vistaStatus: [
'FUTURE'
],
preCheckinAllowed: true,
eCheckinAllowed: true
}
},
{
id: '180767',
identifier: [
{
system: 'Appointment/',
value: '413938333130383737'
},
{
system: 'http://www.va.gov/Terminology/VistADefinedTerms/409_84',
value: '983:10877'
}
],
kind: 'clinic',
status: 'booked',
serviceType: 'amputation',
serviceTypes: [
{
coding: [
{
system: 'http://veteran.apps.va.gov/terminologies/fhir/CodeSystem/vats-service-type',
code: 'amputation'
}
]
}
],
serviceCategory: [
{
coding: [
{
system: 'http://www.va.gov/Terminology/VistADefinedTerms/409_1',
code: 'REGULAR',
display: 'REGULAR'
}
],
text: 'REGULAR'
}
],
patientIcn: '1013125218V696863',
locationId: '983GC',
clinic: '1081',
start: '2023-11-20T16:00:00Z',
end: '2023-11-20T16:30:00Z',
minutesDuration: 30,
slot: {
id: '3230323331313230313630303A323032333131323031363330',
start: '2023-11-20T16:00:00Z',
end: '2023-11-20T16:30:00Z'
},
created: '2023-08-02T00:00:00Z',
cancellable: true,
extension: {
Expand Down Expand Up @@ -260,38 +145,6 @@
}
}
end
let(:appointment3) do
{
id: '180767',
identifier: [
{
system: 'Appointment/',
value: '413938333130383737'
},
{
system: 'http://www.va.gov/Terminology/VistADefinedTerms/409_84',
value: '983:10877'
}
],
kind: 'clinic',
status: 'booked',
serviceType: 'amputation',
locationId: '983GC',
clinic: '1081',
start: '2023-11-20T16:00:00Z',
end: '2023-11-20T16:30:00Z',
extension: {
ccLocation: {
address: {}
},
vistaStatus: [
'FUTURE'
],
preCheckinAllowed: true,
eCheckinAllowed: true
}
}
end

let(:serialized_hash_response) do
{
Expand All @@ -303,7 +156,7 @@
{
appointments:
[
appointment1, appointment2, appointment3
appointment1, appointment2
]
}
}
Expand All @@ -326,39 +179,11 @@
kind: 'clinic',
status: 'booked',
serviceType: 'amputation',
serviceTypes: [
{
coding: [
{
system: 'http://veteran.apps.va.gov/terminologies/fhir/CodeSystem/vats-service-type',
code: 'amputation'
}
]
}
],
serviceCategory: [
{
coding: [
{
system: 'http://www.va.gov/Terminology/VistADefinedTerms/409_1',
code: 'REGULAR',
display: 'REGULAR'
}
],
text: 'REGULAR'
}
],
patientIcn: '1013125218V696863',
locationId: '983GC',
clinic: '1081',
start: '2023-11-06T16:00:00Z',
end: '2023-11-06T16:30:00Z',
minutesDuration: 30,
slot: {
id: '3230323331313036313630303A323032333131303631363330',
start: '2023-11-06T16:00:00Z',
end: '2023-11-06T16:30:00Z'
},
created: '2023-08-02T00:00:00Z',
cancellable: true,
extension: {
Expand Down

0 comments on commit 7188cf1

Please sign in to comment.