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

FHIR IG analytics

Packageig-ee-allergy
Resource TypeAllergyIntolerance
IdAllergyIntolerance-AllergyFood.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: AllergyIntolerance AllergyFood

Language: et

Profile: EE TIS AllergyIntolerance

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Food

criticality: Low Risk

code: Allergy to apple

patient: Patient/$ee-mpi-patient

onset: 2024-12-12

recordedDate: 2012-12-13

Participants

-Actor
*PractitionerRole/$ee-pract-role

note:

Käinud juba 5 erineva allergoloogi juures.

reaction

Diagnose of allergy/intolerance: Condition Õietolmu põhjustatud allergiline riniit

Manifestations

-Concept
*Nahalööve

description: koleluguonhirmus

onset: 2024-11-11

severity: Mild

exposureRoute: Cutaneous route


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "AllergyFood",
  "meta": {
    "profile": [
      "https://fhir.ee/allergy/StructureDefinition/ee-tis-allergy-intolerance"
    ]
  },
  "language": "et",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ]
  },
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/allergy-intolerance-type",
        "code": "allergy",
        "display": "Allergy"
      }
    ]
  },
  "category": [
    "food"
  ],
  "criticality": "low",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "860604008",
        "display": "Allergy to apple"
      }
    ]
  },
  "patient": {
    "reference": "Patient/$ee-mpi-patient"
  },
  "onsetDateTime": "2024-12-12",
  "recordedDate": "2012-12-13",
  "participant": [
    {
      "actor": {
        "reference": "PractitionerRole/$ee-pract-role"
      }
    }
  ],
  "note": [
    {
      "text": "Käinud juba 5 erineva allergoloogi juures."
    }
  ],
  "reaction": [
    {
      "extension": [
        {
          "url": "https://fhir.ee/allergy/StructureDefinition/ee-tis-allergy-diagnosis",
          "valueReference": {
            "reference": "Condition/AllergyCondition1"
          }
        }
      ],
      "manifestation": [
        {
          "concept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "271807003",
                "display": "Nahalööve"
              }
            ]
          }
        }
      ],
      "description": "koleluguonhirmus",
      "onset": "2024-11-11",
      "severity": "mild",
      "exposureRoute": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "448598008",
            "display": "Cutaneous route"
          }
        ]
      }
    }
  ]
}