HL7 FHIR JP Core ImplementationGuide
1.2.0-dev - ci-build
HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.2.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "AllergyIntolerance",
"id" : "jp-allergyintolerance-example-1",
"meta" : {
"profile" : [
🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_AllergyIntolerance"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance jp-allergyintolerance-example-1</b></p><a name=\"jp-allergyintolerance-example-1\"> </a><a name=\"hcjp-allergyintolerance-example-1\"> </a><a name=\"jp-allergyintolerance-example-1-ja\"> </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>: Food</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyFoodAllergen_CS J9FA15000016}\">こむぎこ</span></p><p><b>patient</b>: <a href=\"Patient-jp-patient-example-1.html\">山田 太郎</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 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:\">じん麻疹</span></td><td>Moderate</td></tr></table></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code" : "confirmed"
}
]
},
"type" : "allergy",
"category" : [
"food"
],
"criticality" : "high",
"code" : {
"coding" : [
{
"system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_JfagyFoodAllergen_CS",
"code" : "J9FA15000016",
"display" : "小麦粉"
}
],
"text" : "こむぎこ"
},
"patient" : {
🔗 "reference" : "Patient/jp-patient-example-1",
"display" : "山田 太郎"
},
"onsetDateTime" : "2022-08-01",
"recordedDate" : "2022-08-03",
"reaction" : [
{
"manifestation" : [
{
"text" : "じん麻疹"
}
],
"severity" : "moderate"
}
]
}