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

FHIR IG analytics

Packagerl.fhir.r4
Resource TypeAllergyIntolerance
IdExample_AllergyIntolerance_LDO.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": "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"
    }
  ]
}