{
  "resourceType" : "AllergyIntolerance",
  "id" : "Example-JP-AllergyIntolerance-eCS-01",
  "meta" : {
    "lastUpdated" : "2023-04-01T10:00:00+09:00",
    "profile" : ["http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_AllergyIntolerance_eCS|1.6.0"]
  },
  "language" : "ja",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"ja\" xml:lang=\"ja\"><p>アレルギー: さば</p></div>"
  },
  "extension" : [{
    "url" : "http://jpfhir.jp/fhir/clins/Extension/StructureDefinition/JP_eCS_InstitutionNumber",
    "valueIdentifier" : {
      "system" : "http://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no",
      "value" : "1318814790"
    }
  }],
  "identifier" : [{
    "system" : "http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-identifier",
    "value" : "102934701"
  }],
  "clinicalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
      "code" : "active",
      "display" : "Active"
    }]
  },
  "code" : {
    "coding" : [{
      "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyFoodAllergen_CS",
      "code" : "J9FC11310000",
      "display" : "さば"
    }],
    "text" : "さば"
  },
  "patient" : {
    "reference" : "Patient/Example-JP-Patient-eCS-MAKINO"
  }
}