Skip to content

Commit

Permalink
updated end dates on mock data to 2025 to test org retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Alexander committed Nov 2, 2023
1 parent 1c5c8ee commit b4cf1c6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lambdas/services/mock_data/pds_patient.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"use": "usual",
"period": {
"start": "2020-01-01",
"end": "2021-12-31"
"end": "2025-12-31"
},
"given": [
"Jane"
Expand All @@ -56,7 +56,7 @@
"use": "other",
"period": {
"start": "2020-01-01",
"end": "2021-12-31"
"end": "2025-12-31"
},
"given": [
"Jim"
Expand All @@ -83,7 +83,7 @@
"value": "X4S4L",
"period": {
"start": "2020-01-01",
"end": "2021-12-31"
"end": "2025-12-31"
}
}
}
Expand All @@ -95,7 +95,7 @@
"value": "X4S4L",
"period": {
"start": "2020-01-01",
"end": "2021-12-31"
"end": "2025-12-31"
}
}
},
Expand Down Expand Up @@ -231,7 +231,7 @@
"url": "effectiveTime",
"valuePeriod": {
"start": "2020-01-01T00:00:00+00:00",
"end": "2021-12-31T00:00:00+00:00"
"end": "2025-12-31T00:00:00+00:00"
}
}
]
Expand All @@ -242,7 +242,7 @@
"id": "789",
"period": {
"start": "2020-01-01",
"end": "2021-12-31"
"end": "2025-12-31"
},
"system": "phone",
"value": "01632960587",
Expand All @@ -262,7 +262,7 @@
"id": "OC789",
"period": {
"start": "2020-01-01",
"end": "2021-12-31"
"end": "2025-12-31"
},
"system": "other",
"value": "01632960587",
Expand All @@ -284,7 +284,7 @@
"id": "C123",
"period": {
"start": "2020-01-01",
"end": "2021-12-31"
"end": "2025-12-31"
},
"relationship": [
{
Expand All @@ -310,7 +310,7 @@
"id": "456",
"period": {
"start": "2020-01-01",
"end": "2021-12-31"
"end": "2025-12-31"
},
"use": "home",
"line": [
Expand Down Expand Up @@ -360,7 +360,7 @@
"id": "T456",
"period": {
"start": "2020-01-01",
"end": "2021-12-31"
"end": "2025-12-31"
},
"use": "temp",
"text": "Student Accommodation",
Expand Down

0 comments on commit b4cf1c6

Please sign in to comment.