File tree Expand file tree Collapse file tree 2 files changed +33
-3
lines changed
Expand file tree Collapse file tree 2 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 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" : [
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" : [
Original file line number Diff line number Diff line change 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 },
920 "reference" : " Location/loc1234"
1021 }
1122 ],
12- "organization " : {
23+ "organization" : {
1324 "reference" : " Organization/org1234"
1425 }
1526}
You can’t perform that action at this time.
0 commit comments