Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to PractitionerRole, Practitioner and Organization examples, addition of Location example #139

Merged
merged 21 commits into from
Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d362133
Add new location & update location references in other examples
dbojicic Mar 9, 2024
bd52a9e
deleted email
dbojicic Mar 9, 2024
c3307e9
address type + location
dbojicic Mar 9, 2024
0512c78
add asssigner
dbojicic Mar 9, 2024
dfc5ba9
removed ahpra
dbojicic Mar 9, 2024
1a48ac5
updated requester and organization reference; changed hpio scoped ide…
dbojicic Mar 9, 2024
0faedc2
updated requester and organization references in MedicationRequest ex…
dbojicic Mar 9, 2024
f61de03
Merge branch 'examples-pract-roles-orgs' of https://github.com/hl7au/…
dbojicic Mar 9, 2024
17ba59f
reinstated accidentally removed tags
dbojicic Mar 9, 2024
34d122b
Practitioners Bob and Darleene - add employee number identifier; remo…
dbojicic Mar 9, 2024
798dd48
Replaced display with an encounter reference; removed HPI-I identifi…
dbojicic Mar 9, 2024
1d6b5f4
Removed procedure profile
dbojicic Mar 9, 2024
ba0f2e4
removed erroneous text
dbojicic Mar 9, 2024
f728a83
reverted identifier type code change
dbojicic Mar 9, 2024
2480629
fixed assigner and identifier type code
dbojicic Mar 9, 2024
5a46b33
fixed location example name and description
dbojicic Mar 9, 2024
b10c0c0
removed encounters that are display
dbojicic Mar 9, 2024
578198c
issuer name
dbojicic Mar 9, 2024
66c208a
Merge branch 'master' into examples-pract-roles-orgs
dt-r Mar 9, 2024
09c6cec
Merge branch 'examples-pract-roles-orgs' of https://github.com/hl7au/…
dt-r Mar 9, 2024
73c5923
Fixed merge issues
dt-r Mar 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions input/examples/bodyheight-1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@
<effectiveDateTime value="2016-07-02"/>
<performer>
<reference value="PractitionerRole/bobrester-bob-gp"/>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="NPI"/>
<display value="National provider identifier"/>
</coding>
<text value="HPI-I"/>
</type>
<system value="http://ns.electronichealth.net.au/id/hi/hpii/1.0"/>
<value value="8003614900041243"/>
</identifier>
</performer>
<valueQuantity>
<value value="175"/>
Expand Down
6 changes: 3 additions & 3 deletions input/examples/condition-cellulitis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<reference value="Patient/bennelong-anne"/>
<display value="Anne Bennelong"/>
</subject>
<encounter>
<display value="GP Visit"/>
<encounter>
<reference value="Encounter/consultation"/>
</encounter>
</Condition>
</Condition>
49 changes: 49 additions & 0 deletions input/examples/encounter-consultation.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<Encounter xmlns="http://hl7.org/fhir">
<id value="consultation"/>
<meta>
<profile
value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter"/>
</meta>
<status value="finished"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="AMB"/>
<display value="ambulatory"/>
</class>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="11429006"/>
<display value="Consultation"/>
</coding>
</type>
<serviceType>
<coding>
<system value="http://snomed.info/sct"/>
<code value="788007007"/>
<display value="General practice service"/>
</coding>
</serviceType>
<subject>🔗
<reference value="Patient/bennelong-anne"/>
</subject>
<participant>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
<code value="PPRF"/>
<display value="primary performer"/>
</coding>
</type>
<individual>🔗
<reference value="PractitionerRole/bobrester-bob-gp"/>
</individual>
</participant>
<period>
<end value="2022-02-10"/>
</period>
<serviceProvider>🔗
<reference value="Organization/bobrester-medical-center"/>
</serviceProvider>
</Encounter>
2 changes: 1 addition & 1 deletion input/examples/encounter-discharge-1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</hospitalization>
<location>
<location>
<reference value="Location/au-hospital"/>
<reference value="Location/murrabit-hospital"/>
</location>
</location>
<serviceProvider>
Expand Down
15 changes: 0 additions & 15 deletions input/examples/heartrate-1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,9 @@
<subject>
<reference value="Patient/wang-li"/>
</subject>
<encounter>
<display value="GP Visit"/>
</encounter>
<effectiveDateTime value="2016-07-02"/>
<performer>
<reference value="PractitionerRole/bobrester-bob-gp"/>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="NPI"/>
<display value="National provider identifier"/>
</coding>
<text value="HPI-I"/>
</type>
<system value="http://ns.electronichealth.net.au/id/hi/hpii/1.0"/>
<value value="8003614900041243"/>
</identifier>
</performer>
<valueQuantity>
<value value="80"/>
Expand Down
45 changes: 0 additions & 45 deletions input/examples/location-au-hospital-pharm-out.xml

This file was deleted.

35 changes: 0 additions & 35 deletions input/examples/location-au-hospital-sw-physio.xml

This file was deleted.

27 changes: 27 additions & 0 deletions input/examples/location-mitchells-hill-audiology.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<Location xmlns="http://hl7.org/fhir">
<id value="mitchells-hill-audiology"/>
<meta>
<profile value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-location"/>
</meta>
<status value="active"/>
<name value="Mitchells Hill Audiology"/>
<mode value="instance"/>
<address>
<line value="87 Freedom Pnt"/>
<city value="Mitchells Hill"/>
<state value="VIC"/>
<postalCode value="3478"/>
<country value="AU"/>
</address>
<physicalType>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
<code value="bu"/>
<display value="Building"/>
</coding>
</physicalType>
<managingOrganization>
<reference value="Organization/mitchells-hill-audiology"/>
</managingOrganization>
</Location>
38 changes: 38 additions & 0 deletions input/examples/location-murrabit-hospital.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<Location xmlns="http://hl7.org/fhir">
<id value="murrabit-hospital"/>
<meta>
<profile value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-location"/>
</meta>
<name value="Murrabit Public Hospital"/>
<mode value="instance"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="HOSP"/>
<display value="Hospital"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="22232009"/>
<display value="Hospital"/>
</coding>
</type>
<telecom>
<system value="phone"/>
<value value="(03) 5550 3333"/>
</telecom>
<address>
<line value="144 Central Gdns"/>
<city value="Murrabit"/>
<state value="VIC"/>
<postalCode value="3579"/>
<country value="AU"/>
</address>
<physicalType>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
<code value="si"/>
<display value="Site"/>
</coding>
</physicalType>
</Location>
5 changes: 2 additions & 3 deletions input/examples/medicationrequest-paracetamol-codeine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
</coding>
<text value="Local Prescription Number"/>
</type>
<system
value="http://example.com/prescriptions"/>
<system value="http://example.com/prescriptions"/>
<value value="5372QQER"/>
<assigner>
<display value="A Regional Hospital"/>
Expand All @@ -39,7 +38,7 @@
</subject>
<authoredOn value="2018-07-15"/>
<requester>
<reference value="PractitionerRole/surgeon-david-surgeon"/>
<reference value="PractitionerRole/surgeon-chau-fryer"/>
</requester>
<reasonCode>
<coding>
Expand Down
6 changes: 3 additions & 3 deletions input/examples/medicationrequest-reaptan.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
</coding>
<text value="Local Prescription Number"/>
</type>
<system value="http://ns.electronichealth.net.au/id/hpio-scoped/prescription/1.0/8003621566684455"/>
<system value="http:murrabitph.example.com.au/prescription"/>
<value value="53720010"/>
<assigner>
<reference value="Organization/hospital-au"/>
<reference value="Organization/murrabit-hospital"/>
</assigner>
</identifier>
<status value="active"/>
Expand All @@ -38,7 +38,7 @@
</subject>
<authoredOn value="2018-07-15"/>
<requester>
<reference value="PractitionerRole/surgeon-david-surgeon"/>
<reference value="PractitionerRole/surgeon-chau-fryer"/>
</requester>
<reasonCode>
<text value="Pain management"/>
Expand Down
69 changes: 33 additions & 36 deletions input/examples/organization-mitchells-hill-audiology.xml
Original file line number Diff line number Diff line change
@@ -1,46 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<Organization xmlns="http://hl7.org/fhir">
<id value="mitchells-hill-audiology"/>
<meta>
<profile value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization"/>
</meta>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="XX"/>
</coding>
<text value="ABN"/>
</type>
<system value="http://hl7.org.au/id/abn"/>
<value value="81129842694"/>
</identifier>
<id value="mitchells-hill-audiology"/>
<meta>
<profile value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization"/>
</meta>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="XX"/>
</coding>
<text value="ABN"/>
</type>
<system value="http://hl7.org.au/id/abn"/>
<value value="81129842694"/>
</identifier>
<type>
<coding>
<system value="http://www.abs.gov.au/ausstats/[email protected]/mf/1292.0"/>
<code value="8539"/>
<display value="Other Allied Health Services"/>
</coding>
<coding>
<system value="http://www.abs.gov.au/ausstats/[email protected]/mf/1292.0"/>
<code value="8539-3"/>
<display value="Audiology Service"/>
</coding>
</type>
<name value="Mitchells Hill Audiology"/>
<telecom>
<system value="phone"/>
<value value="(03) 5550 3095"/>
</telecom>
<telecom>
<system value="email"/>
<value value="[email protected]"/>
<use value="work"/>
</telecom>
<address>
<line value="87 Freedom Pnt"/>
<city value="Mitchells Hill"/>
<state value="VIC"/>
<postalCode value="3478"/>
</address>
<name value="Mitchells Hill Audiology"/>
<telecom>
<system value="phone"/>
<value value="(03) 5550 3095"/>
</telecom>
<telecom>
<system value="email"/>
<value value="[email protected]"/>
<use value="work"/>
</telecom>
<address>
<type value="physical"/>
<line value="87 Freedom Pnt"/>
<city value="Mitchells Hill"/>
<state value="VIC"/>
<postalCode value="3478"/>
<country value="AU"/>
</address>
</Organization>
1 change: 0 additions & 1 deletion input/examples/organization-murrabit-hospital.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<value value="[email protected]"/>
</telecom>
<address>
<text value="54301 Stanley St, South Brisbane QLD 4101" />
<line value="144 Central Gdns"/>
<city value="Murrabit"/>
<state value="VIC"/>
Expand Down
Loading