Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft
Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions
<Encounter xmlns="http://hl7.org/fhir">
<id value="es-01"/>
<meta>
<profile
value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-encounter-core-1"/>
</meta>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml" lang="en-AU">
<p><b>Encounter description</b>: Patient presented with open injury to sole
of left foot caused by stepping on rusty nail yesterday. Wound red and
swollen, no calf muscle tenderness, no coughing nor chest pain which
excludes pulmonary embolism. Patient has an existing allergy to adhesive
tape, which manifests as urticaria. Patient was given booster dose of
anti tetanus and prescribed amoxicillin 500mg 3 times a day. Wound was
attended. Advised to present in 2 days to the usual GPs clinic for a
change of dressings.</p>
<p><b>Encounter status</b>: finished</p>
<p><b>Encounter subject</b>: Billy Tjakamarra; Pensioner Concession Card
Number: 307111942H; gender = male; birth date = 23/04/1954; indigenous status = Aboriginal but
not Torres Strait Islander origin</p>
<p><b>Encounter start</b>: 31/03/2017 15:20</p>
<p><b>Encounter end</b>: 31/03/2017 15:40</p>
</div>
</text>
<extension
url="http://hl7.org.au/fhir/StructureDefinition/encounter-description">
<valueString
value="Patient presented with open injury to sole of left foot caused by stepping on rusty nail yesterday. Wound red and swollen, no calf muscle tenderness, no coughing nor chest pain which excludes pulmonary embolism. Patient has an existing allergy to adhesive tape, which manifests as urticaria. Patient was given booster dose of anti tetanus and prescribed amoxicillin 500mg 3 times a day. Wound was attended. Advised to present in 2 days to the usual GPs clinic for a change of dressings."/>
</extension>
<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="270427003"/>
<display value="Patient-initiated encounter"/>
</coding>
</type>
<serviceType>
<coding>
<system value="http://snomed.info/sct"/>
<code value="788007007"/>
<display value="General practice service"/>
</coding>
</serviceType>
<subject>🔗
<reference value="Patient/mhr-tjakamarra-billy"/>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="NI"/>
<display value="National unique individual identifier"/>
</coding>
<text value="IHI"/>
</type>
<system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
<value value="8003608833564735"/>
</identifier>
</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/strempel-sonia-gp"/>
</individual>
</participant>
<period>
<start value="2017-03-31T15:20:00+10:00"/>
<end value="2017-03-31T15:40:00+10:00"/>
</period>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="283680004"/>
<display value="Nail wound of sole of foot"/>
</coding>
</reasonCode>
<reasonReference>🔗
<reference value="Condition/wound-es-01"/>
</reasonReference>
</Encounter>