HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.1). See the Directory of published versions
: JP Core AllergyIntolerance Example 食物アレルギー(小麦) - XML Representation
Raw xml | Download
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="jp-allergyintolerance-example-1"/>
<meta>
<profile
value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_AllergyIntolerance"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: AllergyIntolerance</b><a name="jp-allergyintolerance-example-1"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource AllergyIntolerance "jp-allergyintolerance-example-1" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-jp-allergyintolerance.html">JP Core AllergyIntolerance Profile</a></p></div><p><b>clinicalStatus</b>: Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/4.0.0/CodeSystem-allergyintolerance-clinical.html">AllergyIntolerance Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/4.0.0/CodeSystem-allergyintolerance-verification.html">AllergyIntolerance Verification Status</a>#confirmed)</span></p><p><b>type</b>: allergy</p><p><b>category</b>: food</p><p><b>criticality</b>: high</p><p><b>code</b>: こむぎこ <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (JP_JfagyFoodAllergen_CS#J9FA15000016 "小麦粉")</span></p><p><b>patient</b>: <a href="Patient-jp-patient-example-1.html">Patient/jp-patient-example-1: 山田 太郎</a> " 山田"</p><p><b>onset</b>: 2022-08-01</p><p><b>recordedDate</b>: 2022-08-03</p><h3>Reactions</h3><table class="grid"><tr><td>-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td>*</td><td>じん麻疹 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></td><td>moderate</td></tr></table></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
<code value="active"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
<code value="confirmed"/>
</coding>
</verificationStatus>
<type value="allergy"/>
<category value="food"/>
<criticality value="high"/>
<code>
<coding>
<system
value="http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyFoodAllergen_CS"/>
<code value="J9FA15000016"/>
<display value="小麦粉"/>
</coding>
<text value="こむぎこ"/>
</code>
<patient>
<reference value="Patient/jp-patient-example-1"/>
<display value="山田 太郎"/>
</patient>
<onsetDateTime value="2022-08-01"/>
<recordedDate value="2022-08-03"/>
<reaction>
<manifestation>
<text value="じん麻疹"/>
</manifestation>
<severity value="moderate"/>
</reaction>
</AllergyIntolerance>