Skip to content

Commit 1d0e030

Browse files
committed
update pharmacy resources types and location
1 parent 925561a commit 1d0e030

2 files changed

Lines changed: 42 additions & 5 deletions

File tree

fhirResourcesToLoad/0. pharmacy.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"coding": [
99
{
1010
"system": "http://terminology.hl7.org/CodeSystem/service-category",
11-
"code": "17",
12-
"display": "Pharmacy"
11+
"code": "12",
12+
"display": "Drug/Alcohol"
1313
}
1414
]
1515
}
@@ -18,11 +18,17 @@
1818
{
1919
"coding": [
2020
{
21-
"system": "http://nucc.org/provider-taxonomy",
22-
"code": "3336C0003X",
23-
"display": "Community/Retail Pharmacy"
21+
"system": "http://terminology.hl7.org/CodeSystem/service-type",
22+
"code": "64",
23+
"display": "Pharmacy"
2424
}
2525
]
2626
}
27+
],
28+
"location": [
29+
{
30+
"reference": "Location/pharm-location-001",
31+
"display": "Test Pharmacy - Main Location"
32+
}
2733
]
2834
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"resourceType": "Location",
3+
"id": "pharm-location-001",
4+
"status": "active",
5+
"name": "Test Pharmacy - Main Location",
6+
"description": "Main location for Test Pharmacy providing community pharmacy services",
7+
"mode": "instance",
8+
"address": {
9+
"use": "work",
10+
"type": "physical",
11+
"line": [
12+
"123 Main Street"
13+
],
14+
"city": "Anytown",
15+
"state": "CA",
16+
"postalCode": "12345",
17+
"country": "US"
18+
},
19+
"telecom": [
20+
{
21+
"system": "phone",
22+
"value": "+1-555-123-4567",
23+
"use": "work"
24+
},
25+
{
26+
"system": "email",
27+
"value": "info@testpharmacy.com",
28+
"use": "work"
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)