FHIR IG analytics| Package | gdr.lab |
| Resource Type | AllergyIntolerance |
| Id | Example_ReteLab_AllergyIntolerance_NuovaRichiesta.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"id": "esempio-allergyIntolerance-pelo-di-gatto",
"meta": {
"versionId": "1",
"profile": [
"https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabAllergyIntoleranceAllergie"
]
},
"code": {
"coding": [
{
"system": "TabellaSISS#0394",
"code": "123",
"display": "Pelo di gatto"
}
]
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"category": [
"environment",
"biologic"
],
"patient": {
"reference": "Patient/esempio-paziente-cittadino"
},
"onsetDateTime": "2016",
"reaction": [
{
"manifestation": [
{
"text": "Infiammazione cutanea"
}
]
}
]
}