Fujitsu Healthy Living Implementation Guide
1.1.29 - release

Publication Build: This will be filled in by the publication tooling

: AllergyIntoleranceExample - XML Representation

Raw xml | Download



<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="AllergyIntoleranceExample"/>
  <meta>
    <profile
             value="http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-allergyIntolerance"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: AllergyIntolerance</b><a name="AllergyIntoleranceExample"> </a><a name="hcAllergyIntoleranceExample"> </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 &quot;AllergyIntoleranceExample&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-fujitsu-allergyIntolerance.html">Fujitsu 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/5.5.0/CodeSystem-allergyintolerance-clinical.html">AllergyIntolerance Clinical Status Codes</a>#active)</span></p><p><b>type</b>: allergy</p><p><b>category</b>: food</p><p><b>code</b>: そば <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://jpfhir.jp/fhir/core/CodeSystem-jp-jfagy-food-allergen-cs.html">JP Core JFAGY Food Allergen CodeSystem</a>#J9FA19140000; <a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#226723006 &quot;Buckwheat&quot;)</span></p><p><b>patient</b>: <a href="Patient-p001.html">Patient/p001</a> &quot; 健康&quot;</p><p><b>encounter</b>: <a href="Encounter-e001.html">Encounter/e001</a></p><p><b>onset</b>: 2021-10-01</p><p><b>recordedDate</b>: 2021-10-01</p><p><b>recorder</b>: <a href="PractitionerRole-r001.html">PractitionerRole/r001</a></p><p><b>lastOccurrence</b>: 2021-12-11</p><h3>Reactions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Manifestation</b></td><td><b>Onset</b></td></tr><tr><td style="display: none">*</td><td>呼吸困難 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (JP_Allergy_Reaction_CS#111)</span></td><td>2021-12-11</td></tr></table></div>
  </text>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <type value="allergy"/>
  <category value="food"/>
  <code>
    <coding>
      <system
              value="http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyFoodAllergen_CS"/>
      <code value="J9FA19140000"/>
      <display value="そば"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="226723006"/>
      <display value="Buckwheat"/>
    </coding>
    <text value="そば"/>
  </code>
  <patient>🔗 
    <reference value="Patient/p001"/>
  </patient>
  <encounter>🔗 
    <reference value="Encounter/e001"/>
  </encounter>
  <onsetDateTime value="2021-10-01"/>
  <recordedDate value="2021-10-01"/>
  <recorder>🔗 
    <reference value="PractitionerRole/r001"/>
  </recorder>
  <lastOccurrence value="2021-12-11"/>
  <reaction>
    <manifestation>
      <coding>
        <system
                value="http://jpfhir.jp/fhir/Common/CodeSystem/JP_Allergy_Reaction_CS"/>
        <code value="111"/>
        <display value="呼吸困難"/>
      </coding>
      <text value="呼吸困難"/>
    </manifestation>
    <onset value="2021-12-11"/>
  </reaction>
</AllergyIntolerance>