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

FHIR IG analytics

Packageig-ee-allergy
Resource TypeAllergyIntolerance
IdAllergyIntolerance-AllergyMedication.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 AllergyMedication

Language: et

Profile: EE TIS AllergyIntolerance

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Medication

criticality: High Risk

code: Substance with penicillin structure

patient: Patient/$ee-mpi-patient

onset: 2024-12-12

recordedDate: 2012-12-13

Participants

-Actor
*PractitionerRole/$ee-pract-role

note:

Hirmsasti sügeleb.

reaction

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

substance: bensüülpenitsilliin

Manifestations

-Concept
*Kontaktdermatiit

description: koleluguonhirmus

onset: 2024-11-11

severity: Mild

exposureRoute: Respiratory tract route


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "AllergyMedication",
  "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": [
    "medication"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "https://fhir.ee/CodeSystem/allergia-allergeenid",
        "code": "764146007",
        "display": "Substance with penicillin structure"
      }
    ]
  },
  "patient": {
    "reference": "Patient/$ee-mpi-patient"
  },
  "onsetDateTime": "2024-12-12",
  "recordedDate": "2012-12-13",
  "participant": [
    {
      "actor": {
        "reference": "PractitionerRole/$ee-pract-role"
      }
    }
  ],
  "note": [
    {
      "text": "Hirmsasti sügeleb."
    }
  ],
  "reaction": [
    {
      "extension": [
        {
          "url": "https://fhir.ee/allergy/StructureDefinition/ee-tis-allergy-diagnosis",
          "valueReference": {
            "reference": "Condition/AllergyCondition1"
          }
        }
      ],
      "substance": {
        "coding": [
          {
            "system": "https://fhir.ee/CodeSystem/toimeained",
            "code": "8744",
            "display": "bensüülpenitsilliin"
          }
        ]
      },
      "manifestation": [
        {
          "concept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "40275004",
                "display": "Kontaktdermatiit"
              }
            ]
          }
        }
      ],
      "description": "koleluguonhirmus",
      "onset": "2024-11-11",
      "severity": "mild",
      "exposureRoute": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "447694001",
            "display": "Respiratory tract route"
          }
        ]
      }
    }
  ]
}