FHIR IG analytics| Package | rl.fhir.r4.draft |
| Resource Type | AllergyIntolerance |
| Id | Example_AllergyIntolerance_Farmaci_LDO.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"id": "esempio-allergia-farmaci-ldo",
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"type": "allergy",
"category": [
"medication"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "https://fhir.siss.regione.lombardia.it/ValueSet/DDC-FarmacoAIC",
"code": "J01CE01",
"display": "BENZILPENICILLINA POTASSICA K24 PHARMACEUTICALS"
}
]
},
"patient": {
"reference": "Patient/e06086d8-a958-11ed-afa1-0242ac120002"
},
"onsetPeriod": {
"start": "2010-03-01"
},
"recordedDate": "2010-03-01T14:58:00+11:00",
"lastOccurrence": "2021-06-01",
"note": [
{
"text": "Il paziente presenta prurito diffuso e un evidente eritema con sfogo cutaneo localizzato su braccia e torace."
}
],
"reaction": [
{
"substance": {
"coding": [
{
"system": "https://fhir.siss.regione.lombardia.it/ValueSet/DDC-FarmacoAIC",
"code": "J01CE01",
"display": "BENZILPENICILLINA POTASSICA K24 PHARMACEUTICALS"
}
]
},
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "247472004",
"display": "Hives"
}
]
}
],
"onset": "2010-03-01"
}
]
}