Skip to content

Commit 925561a

Browse files
committed
update resource as pharmacy
1 parent 161cc94 commit 925561a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

fhirResourcesToLoad/0. pharmacy.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
2-
"resourceType": "Organization",
2+
"resourceType": "HealthcareService",
33
"id": "pharm0111",
44
"active": true,
55
"name": "Test Pharmacy",
6+
"category": [
7+
{
8+
"coding": [
9+
{
10+
"system": "http://terminology.hl7.org/CodeSystem/service-category",
11+
"code": "17",
12+
"display": "Pharmacy"
13+
}
14+
]
15+
}
16+
],
617
"type": [
718
{
819
"coding": [

0 commit comments

Comments
 (0)