FHIR IG analytics| Package | rl.fhir.r4.draft |
| Resource Type | AllergyIntolerance |
| Id | Example_AllergyIntolerance_LDO.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"id": "esempio-allergia-cibo-ldo",
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"type": "allergy",
"category": [
"food"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "https://fhir.siss.regione.lombardia.it/ValueSet/LDO-Allergeni",
"code": "102264005",
"display": "Formaggio"
}
]
},
"patient": {
"reference": "Patient/e06086d8-a958-11ed-afa1-0242ac120002"
},
"onsetPeriod": {
"start": "2012-06-12"
},
"recordedDate": "2012-06-12T14:58:00+11:00",
"lastOccurrence": "2021-06-01",
"note": [
{
"text": "Allergia che si manifesta con prurito intenso nelle zone alle estremità del corpo (mani, piedi...)"
}
],
"reaction": [
{
"substance": {
"coding": [
{
"system": "https://fhir.siss.regione.lombardia.it/ValueSet/LDO-Allergeni",
"code": "102264005",
"display": "Formaggio"
}
]
},
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39579001",
"display": "Anaphylactic reaction"
}
]
}
],
"onset": "2012-06-12"
}
]
}