FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagerlfhir.sviluppo
Resource TypeAllergyIntolerance
IdExample_AllergyIntolerance_Allergia_Core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}