Skip to content

Commit a8e84df

Browse files
authored
update pharmacy (#95)
1 parent 91f7036 commit a8e84df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

fhirResourcesToLoad/0. pharmacy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"resourceType": "HealthcareService",
33
"id": "pharm0111",
44
"active": true,
5-
"name": "Test Pharmacy",
5+
"name": "RiteAid Pharmacy",
66
"category": [
77
{
88
"coding": [
@@ -28,7 +28,7 @@
2828
"location": [
2929
{
3030
"reference": "Location/pharm-location-001",
31-
"display": "123 Main Street, Anytown, CA 12345"
31+
"display": "123 Main Street, Detroit, MI 48224"
3232
}
3333
]
3434
}

fhirResourcesToLoad/7. pharmacy-location.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"line": [
1212
"123 Main Street"
1313
],
14-
"city": "Anytown",
15-
"state": "CA",
16-
"postalCode": "12345",
14+
"city": "Detroit",
15+
"state": "MI",
16+
"postalCode": "48224",
1717
"country": "US"
1818
},
1919
"telecom": [

0 commit comments

Comments
 (0)