FHIR IG analytics| Package | jp-core.r4 |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-jp-allergyintolerance-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"id": "jp-allergyintolerance-example-1",
"meta": {
"profile": [
"http://jpfhir.jp/fhir/core/StructureDefinition/JP_AllergyIntolerance"
]
},
"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"
}
]
}