Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.0 - release
Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance AllergyIntoleranceExample</b></p><a name="AllergyIntoleranceExample"> </a><a name="hcAllergyIntoleranceExample"> </a><a name="AllergyIntoleranceExample-en-NZ"> </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>type</b>: Allergy</p><p><b>category</b>: Medication</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 764146007}">Penicillin (substance)</span></p><p><b>patient</b>: Identifier: NHI/ZXP7823 (use: official, )</p><p><b>recorder</b>: Identifier: HPIProvider/99ZZFX (use: official, )</p><h3>Reactions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 241938005}">Penicillin-induced anaphylaxis (disorder)</span></td><td>Severe</td></tr></table></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>
<type value="allergy"/>
<category value="medication"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="764146007"/>
<display value="Penicillin (substance)"/>
</coding>
</code>
<patient>
<identifier>
<use value="official"/>
<system value="https://standards.digital.health.nz/ns/nhi-id"/>
<value value="ZXP7823"/>
</identifier>
</patient>
<recorder>
<identifier>
<use value="official"/>
<system value="https://standards.digital.health.nz/ns/hpi-person-id"/>
<value value="99ZZFX"/>
</identifier>
</recorder>
<reaction>
<manifestation>
<coding>
<system value="http://snomed.info/sct"/>
<code value="241938005"/>
<display value="Penicillin-induced anaphylaxis (disorder)"/>
</coding>
</manifestation>
<severity value="severe"/>
</reaction>
</AllergyIntolerance>