AU Core Implementation Guide
1.0.0-ci-build - CI Build
AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-core/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="lactose"/>
<meta>
<profile
value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-allergyintolerance"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance lactose</b></p><a name="lactose"> </a><a name="hclactose"> </a><a name="lactose-en-AU"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}">Confirmed</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 782415009}">Intolerance to lactose</span></p><p><b>patient</b>: <a href="Patient-banks-mia-leanne.html">Mia Leanne Banks Female, DoB: 1983-08-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608333647261)</a></p><p><b>onset</b>: 2022</p><p><b>recordedDate</b>: 2023-03-14</p><p><b>recorder</b>: <a href="PractitionerRole-bobrester-bob-gp.html">PractitionerRole General practitioner</a></p><p><b>asserter</b>: <a href="PractitionerRole-bobrester-bob-gp.html">PractitionerRole General practitioner</a></p><blockquote><p><b>reaction</b></p><p><b>manifestation</b>: <span title="Codes:{http://snomed.info/sct 21522001}">Abdominal pain</span>, <span title="Codes:{http://snomed.info/sct 116289008}">Abdominal bloating</span>, <span title="Codes:{http://snomed.info/sct 62315008}">Diarrhoea</span></p><p><b>severity</b>: Mild</p></blockquote></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
<code value="active"/>
<display value="Active"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
<code value="confirmed"/>
<display value="Confirmed"/>
</coding>
</verificationStatus>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="782415009"/>
<display value="Intolerance to lactose"/>
</coding>
</code>
<patient>🔗
<reference value="Patient/banks-mia-leanne"/>
</patient>
<onsetDateTime value="2022"/>
<recordedDate value="2023-03-14"/>
<recorder>🔗
<reference value="PractitionerRole/bobrester-bob-gp"/>
</recorder>
<asserter>🔗
<reference value="PractitionerRole/bobrester-bob-gp"/>
</asserter>
<reaction>
<manifestation>
<coding>
<system value="http://snomed.info/sct"/>
<code value="21522001"/>
<display value="Abdominal pain"/>
</coding>
</manifestation>
<manifestation>
<coding>
<system value="http://snomed.info/sct"/>
<code value="116289008"/>
<display value="Abdominal bloating"/>
</coding>
</manifestation>
<manifestation>
<coding>
<system value="http://snomed.info/sct"/>
<code value="62315008"/>
<display value="Diarrhoea"/>
</coding>
</manifestation>
<severity value="mild"/>
</reaction>
</AllergyIntolerance>