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

FHIR IG analytics

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