File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }
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}
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments