-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Example of encounter for nail wound es-01
- Loading branch information
1 parent
20ac026
commit e714661
Showing
22 changed files
with
478 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 52 additions & 0 deletions
52
examples/Organization/organization-territory-medical-centre.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Organization xmlns="http://hl7.org/fhir"> | ||
<id value="territory-medical-centre"/> | ||
<text> | ||
<status value="additional"/> | ||
<div xmlns="http://www.w3.org/1999/xhtml" lang="en-AU"> | ||
<p><b>Name</b>: Territory Medical Centre</p> | ||
<p><b>Identifier</b>: HPI-O = 8003621566684455</p> | ||
<p><b>Identifier</b>: ABN = 51824994455</p> | ||
<p><b>Telecom</b>: phone = (08) 8948 9999 (work)</p> | ||
<p><b>Telecom</b>: url = https://territorymedicalcentre.example.com.au (work)</p> | ||
<p><b>Address</b>: 159 Clematis Street, Nightcliff NT 0810 (both)</p> | ||
</div> | ||
</text> | ||
<identifier> | ||
<type> | ||
<text value="ABN"/> | ||
</type> | ||
<system value="http://hl7.org.au/id/abn"/> | ||
<value value="51824994455"/> | ||
</identifier> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org.au/fhir/v2/0203"/> | ||
<code value="NOI"/> | ||
</coding> | ||
<text value="HPI-O"/> | ||
</type> | ||
<system value="http://ns.electronichealth.net.au/id/hi/hpio/1.0"/> | ||
<value value="8003621566684455"/> | ||
</identifier> | ||
<name value="Territory Medical Centre"/> | ||
<telecom> | ||
<system value="phone"/> | ||
<value value="(08) 8948 9999"/> | ||
<use value="work"/> | ||
</telecom> | ||
<telecom> | ||
<system value="url"/> | ||
<value value="https://territorymedicalcentre.example.com.au"/> | ||
<use value="work"/> | ||
</telecom> | ||
<address> | ||
<type value="both"/> | ||
<line value="159 Clematis Street"/> | ||
<city value="Nightcliff"/> | ||
<state value="NT"/> | ||
<postalCode value="0810"/> | ||
<country value="AU"/> | ||
</address> | ||
</Organization> |
52 changes: 52 additions & 0 deletions
52
examples/Organization/organization-topend-medical-clinic.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Organization xmlns="http://hl7.org/fhir"> | ||
<id value="topend-medical-clinic"/> | ||
<text> | ||
<status value="additional"/> | ||
<div xmlns="http://www.w3.org/1999/xhtml" lang="en-AU"> | ||
<p><b>Name</b>: Top End Medical Clinic</p> | ||
<p><b>Identifier</b>: HPI-O = 8003621566684455</p> | ||
<p><b>Identifier</b>: ACN = 123456789</p> | ||
<p><b>Telecom</b>: phone (08) 8423 9999 (work)</p> | ||
<p><b>Telecom</b>: email [email protected] (work)</p> | ||
<p><b>Address</b>: 102 Rowling Street, Casuarina NT 0810 (physical)</p> | ||
</div> | ||
</text> | ||
<identifier> | ||
<type> | ||
<text value="ACN"/> | ||
</type> | ||
<system value="http://hl7.org.au/id/acn"/> | ||
<value value="123456789"/> | ||
</identifier> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://hl7.org.au/fhir/v2/0203"/> | ||
<code value="NOI"/> | ||
</coding> | ||
<text value="HPI-O"/> | ||
</type> | ||
<system value="http://ns.electronichealth.net.au/id/hi/hpio/1.0"/> | ||
<value value="8003621566684455"/> | ||
</identifier> | ||
<name value="Top End Medical Clinic"/> | ||
<telecom> | ||
<system value="phone"/> | ||
<value value="(08) 8423 9999"/> | ||
<use value="work"/> | ||
</telecom> | ||
<telecom> | ||
<system value="email"/> | ||
<value value="[email protected]"/> | ||
<use value="work"/> | ||
</telecom> | ||
<address> | ||
<type value="physical"/> | ||
<line value="102 Rowling Street"/> | ||
<city value="Casuarina"/> | ||
<state value="NT"/> | ||
<postalCode value="0810"/> | ||
<country value="AU"/> | ||
</address> | ||
</Organization> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Practitioner xmlns="http://hl7.org/fhir"> | ||
<id value="strempel-sonia"/> | ||
<text> | ||
<status value="additional"/> | ||
<div xmlns="http://www.w3.org/1999/xhtml" lang="en-AU"> | ||
<p><b>Name</b>: Dr Sonia Strempel (official)</p> | ||
<p><b>Identifier</b>: HPI-I = 8003619900015717</p> | ||
<p><b>Identifier</b>: Prescriber Number = 459999</p> | ||
<p><b>Telecom</b>: email = [email protected] | ||
(work)</p> | ||
</div> | ||
</text> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org/fhir/v2/0203"/> | ||
<code value="NPI"/> | ||
</coding> | ||
<text value="HPI-I"/> | ||
</type> | ||
<system value="http://ns.electronichealth.net.au/id/hi/hpii/1.0"/> | ||
<value value="8003619900015717"/> | ||
</identifier> | ||
<identifier> | ||
<type> | ||
<coding> | ||
<system value="http://terminology.hl7.org.au/fhir/v2/0203"/> | ||
<code value="PRES"/> | ||
<display value="Prescriber Number"/> | ||
</coding> | ||
<text value="Prescriber Number"/> | ||
</type> | ||
<system value="http://ns.electronichealth.net.au/id/medicare-prescriber-number"/> | ||
<value value="459999"/> | ||
</identifier> | ||
<name> | ||
<use value="official"/> | ||
<family value="Strempel"/> | ||
<given value="Sonia"/> | ||
<prefix value="Dr"/> | ||
</name> | ||
<telecom> | ||
<system value="email"/> | ||
<value value="[email protected]"/> | ||
<use value="work"/> | ||
</telecom> | ||
</Practitioner> |
Oops, something went wrong.