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

FHIR IG analytics

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