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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeAllergyIntolerance
IdAllergyIntolerance-allergyIntolerance-aspirin-intolerance.json
FHIR VersionR4

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

Aspirin intolerance with tinnitus.

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "allergyIntolerance-aspirin-intolerance",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-allergy-intolerance"
    ]
  },
  "reaction": [
    {
      "extension": [
        {
          "url": "http://fhir.health.gov.il/StructureDefinition/ext-reaction-duration",
          "valueDuration": {
            "value": 3,
            "code": "h",
            "system": "http://unitsofmeasure.org"
          }
        }
      ],
      "substance": {
        "coding": [
          {
            "code": "387458008",
            "system": "http://snomed.info/sct",
            "display": "Aspirin (substance)"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "code": "60862001",
              "system": "http://snomed.info/sct",
              "display": "Tinnitus (finding)"
            }
          ]
        }
      ],
      "severity": "mild",
      "exposureRoute": {
        "coding": [
          {
            "code": "26643006",
            "system": "http://snomed.info/sct",
            "display": "Oral route (qualifier value)"
          }
        ]
      }
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/patient-with-israeli-id"
  },
  "clinicalStatus": {
    "coding": [
      {
        "code": "active",
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "display": "Active"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "code": "confirmed",
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "display": "Confirmed"
      }
    ]
  },
  "type": "intolerance",
  "criticality": "low",
  "code": {
    "coding": [
      {
        "code": "292044008",
        "system": "http://snomed.info/sct",
        "display": "Aspirin adverse reaction"
      }
    ]
  },
  "category": [
    "medication"
  ]
}