{
  "resourceType" : "AllergyIntolerance",
  "id" : "AllergyIntoleranceExample",
  "meta" : {
    "profile" : ["http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-allergyIntolerance"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "clinicalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
      "code" : "active"
    }]
  },
  "type" : "allergy",
  "category" : ["food"],
  "code" : {
    "coding" : [{
      "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyFoodAllergen_CS",
      "code" : "J9FA19140000",
      "display" : "そば"
    },
    {
      "system" : "http://snomed.info/sct",
      "code" : "226723006",
      "display" : "Buckwheat"
    }],
    "text" : "そば"
  },
  "patient" : {
    "reference" : "Patient/p001"
  },
  "encounter" : {
    "reference" : "Encounter/e001"
  },
  "onsetDateTime" : "2021-10-01",
  "recordedDate" : "2021-10-01",
  "recorder" : {
    "reference" : "PractitionerRole/r001"
  },
  "lastOccurrence" : "2021-12-11",
  "reaction" : [{
    "manifestation" : [{
      "coding" : [{
        "system" : "http://jpfhir.jp/fhir/Common/CodeSystem/JP_Allergy_Reaction_CS",
        "code" : "111",
        "display" : "呼吸困難"
      }],
      "text" : "呼吸困難"
    }],
    "onset" : "2021-12-11"
  }]
}