FHIR IG analytics| Package | rl.fhir.r4 |
| Resource Type | AllergyIntolerance |
| Id | Example_AllergyIntolerance_Allergia_Core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"id": "rl-allergyintolerance-001",
"meta": {
"profile": [
"https://fhir.siss.regione.lombardia.it/StructureDefinition/RLAllergyIntoleranceCore"
]
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"type": "allergy",
"category": [
"food"
],
"criticality": "low",
"patient": {
"reference": "Patient/rl-patient-001"
},
"onsetPeriod": {
"start": "2015-06-10"
},
"note": [
{
"text": "Allergia ad agrumi riferita dal paziente, comparsa di orticaria dopo assunzione di arance."
}
],
"reaction": [
{
"substance": {
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.3.1937.777.63.11.56",
"code": "102259006",
"display": "Agrumi"
}
],
"text": "Agrumi"
},
"manifestation": [
{
"coding": [
{
"system": "https://fhir.siss.regione.lombardia.it/ValueSet/ReazioniAllergiche",
"code": "2332",
"display": "Orticaria"
}
],
"text": "Orticaria"
}
],
"onset": "2015-06-10"
}
]
}