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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeAllergyIntolerance
IdAllergyIntolerance-aspirin-intolerance.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": "aspirin-intolerance",
  "meta": {
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-allergy-intolerance"
    ],
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "allergiesAndIntolerances",
        "display": "רגישויות"
      }
    ]
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:a76d9bbf-f293-4fb7-ad4c-2851bac77162",
      "type": {
        "coding": [
          {
            "code": "strong-id",
            "system": "http://fhir.health.gov.il/cs/il-core-identifier-type"
          }
        ]
      }
    }
  ],
  "extension": [
    {
      "extension": [
        {
          "url": "endDate",
          "valueDateTime": "2022-03-14"
        }
      ],
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-allergy-intolerance-end"
    }
  ],
  "category": [
    "medication"
  ],
  "reaction": [
    {
      "extension": [
        {
          "valueDuration": {
            "value": 3,
            "code": "h",
            "system": "http://unitsofmeasure.org"
          },
          "url": "http://fhir.health.gov.il/StructureDefinition/ext-reaction-duration"
        }
      ],
      "substance": {
        "coding": [
          {
            "code": "387458008",
            "system": "http://snomed.info/sct",
            "display": "Aspirin (substance)"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "code": "60862001",
              "system": "http://snomed.info/sct",
              "display": "Tinnitus (finding)"
            }
          ]
        }
      ],
      "exposureRoute": {
        "coding": [
          {
            "code": "26643006",
            "system": "http://snomed.info/sct",
            "display": "Oral route (qualifier value)"
          }
        ]
      },
      "severity": "mild"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "code": "active",
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
      }
    ]
  },
  "verificationStatus": {
    "coding": [
      {
        "code": "confirmed",
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"
      }
    ]
  },
  "type": "intolerance",
  "criticality": "low",
  "code": {
    "coding": [
      {
        "code": "292044008",
        "system": "http://snomed.info/sct",
        "display": "Aspirin adverse reaction"
      }
    ]
  },
  "onsetDateTime": "2004",
  "patient": {
    "reference": "Patient/patient-with-israeli-id"
  },
  "recorder": {
    "reference": "Practitioner/practitioner-with-encrypted-israeli-id"
  },
  "asserter": {
    "reference": "Patient/patient-with-israeli-id"
  },
  "encounter": {
    "reference": "Encounter/allergy-encounter"
  }
}