Skip to content

Commit ee7b0d8

Browse files
authored
Merge pull request #19 from mcode/REMS-179
modify practitioner file
2 parents c8a432f + 56345f5 commit ee7b0d8

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

fhirResourcesToLoad/1. practitioner.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
{
1111
"system": "http://hl7.org/fhir/sid/us-npi",
1212
"value": "1122334455"
13+
},
14+
{
15+
"type": {
16+
"coding": [
17+
{
18+
"system": "http://terminology.hl7.org/3.1.0/CodeSystem-v2-0203",
19+
"code": "MD"
20+
21+
}
22+
]
23+
},
24+
"value": "555123555"
1325
}
1426
],
1527
"address": [
@@ -25,11 +37,18 @@
2537
"telecom": [
2638
{
2739
"system": "phone",
28-
"value": "716-873-1557"
40+
"value": "716-873-1557",
41+
"rank": 1
2942
},
3043
{
3144
"system": "email",
32-
"value": "jane.betty@myhospital.com"
45+
"value": "jane.betty@myhospital.com",
46+
"rank": 2
47+
},
48+
{
49+
"system": "fax",
50+
"value": "555-123-4567",
51+
"rank": 3
3352
}
3453
],
3554
"name": [
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"resourceType": "PractitionerRole",
33
"id": "prarol1234",
4+
"specialty": [
5+
{
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "394592004",
10+
"display": "Clinical Oncologist"
11+
}
12+
]
13+
}
14+
],
415
"practitioner": {
516
"reference": "Practitioner/pra1234"
617
},
@@ -9,7 +20,7 @@
920
"reference": "Location/loc1234"
1021
}
1122
],
12-
"organization ": {
23+
"organization": {
1324
"reference": "Organization/org1234"
1425
}
1526
}

0 commit comments

Comments
 (0)