Skip to content

Commit

Permalink
Updated examples to use US state
Browse files Browse the repository at this point in the history
  • Loading branch information
brynrhodes committed Apr 14, 2019
1 parent e8dd2ce commit c3d6c4c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions resources/patient-example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@
<address>
<use value="home"/>
<type value="both"/>
<text value="534 Erewhon St PeasantVille, Rainbow, Vic 3999"/>
<text value="534 Erewhon St PeasantVille, Utah 84414"/>
<line value="534 Erewhon St"/>
<city value="PleasantVille"/>
<district value="Rainbow"/>
<state value="Vic"/>
<postalCode value="3999"/>
<state value="UT"/>
<postalCode value="84414"/>
<period>
<start value="1974-12-25"/>
</period>
Expand Down
4 changes: 2 additions & 2 deletions resources/practitioner-example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<use value="home"/>
<line value="534 Erewhon St"/>
<city value="PleasantVille"/>
<state value="Vic"/>
<postalCode value="3999"/>
<state value="UT"/>
<postalCode value="84414"/>
</address>
<qualification>
<identifier>
Expand Down
4 changes: 2 additions & 2 deletions resources/relatedperson-example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<use value="home"/>
<line value="534 Erewhon St"/>
<city value="PleasantVille"/>
<state value="Vic"/>
<postalCode value="3999"/>
<state value="UT"/>
<postalCode value="84414"/>
</address>

<photo>
Expand Down

0 comments on commit c3d6c4c

Please sign in to comment.