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
<Condition xmlns="http://hl7.org/fhir">
<id value="wound-es-01"/>
<meta>
<profile
value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-condition-core-1"/>
</meta>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml" lang="en-AU">
<p><b>Condition</b>: Nail wound of sole of foot</p>
<p><b>Condition clinical status</b>: active</p>
<p><b>Condition verification status</b>: confirmed</p>
<p><b>Subject</b>: Billy Tjakamarra; Pensioner Concession Card Number:
307111942H; gender = male; birthDate = 23/04/1954; indigenous status = Aboriginal but not
Torres Strait Islander origin</p>
<p><b>Condition onset date</b>: 30/03/2017</p>
<p><b>Condition note</b>: Puncture wound to sole of left foot from stepping
on a rusty nail. Wound red and swollen, no calf muscle tenderness, no
coughing nor chest pain which excludes pulmonary embolism.</p>
</div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="active"/>
<display value="Active"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
<code value="confirmed"/>
<display value="Confirmed"/>
</coding>
</verificationStatus>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-category"/>
<code value="encounter-diagnosis"/>
<display value="Encounter Diagnosis"/>
</coding>
</category>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="283680004"/>
<display value="Nail wound of sole of foot"/>
</coding>
</code>
<bodySite>
<coding>
<system value="http://snomed.info/sct"/>
<code value="57999000"/>
<display value="Structure of sole of foot"/>
</coding>
</bodySite>
<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>
<encounter>🔗
<reference value="Encounter/es-01"/>
</encounter>
<onsetDateTime value="2017-03-30"/>
<recorder>🔗
<reference value="PractitionerRole/strempel-sonia-gp"/>
</recorder>
<note>
<text
value="Puncture wound to sole of left foot from stepping on a rusty nail. Wound red and swollen, no calf muscle tenderness, no coughing nor chest pain which excludes pulmonary embolism."/>
</note>
</Condition>