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

FHIR IG analytics

Packagelaniado.test.fhir.r4
Resource TypeAllergyIntolerance
IdAllergyIntolerance-AllergyIntoleranceExample.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": "AllergyIntoleranceExample",
  "meta": {
    "source": "http://atd.laniado.org.il",
    "profile": [
      "http://fhir.laniado.org.il/StructureDefinition/laniado-allergy-intolerance"
    ]
  },
  "category": [
    "medication"
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "448177004"
      },
      {
        "system": "http://fhir.laniado.org.il/CodeSystem/generic-drug",
        "code": "024-73-21066-00",
        "display": "PENICILLIN G SODIUM"
      }
    ],
    "text": "PENICILLIN G SODIUM 5 MU"
  },
  "patient": {
    "reference": "Patient/1"
  },
  "encounter": {
    "reference": "Encounter/1"
  },
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://fhir.laniado.org.il/CodeSystem/k-emr-teguva",
              "code": "10",
              "display": "פריחה"
            }
          ]
        }
      ],
      "severity": "severe",
      "_severity": {
        "extension": [
          {
            "url": "http://fhir.laniado.org.il/StructureDefinition/ext-allergy-reaction-severity-shock",
            "valueCoding": {
              "code": "735173007",
              "system": "http://snomed.info/sct",
              "display": "Anaphylactic shock"
            }
          }
        ]
      }
    }
  ],
  "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"
      }
    ]
  },
  "recordedDate": "2023-12-21T01:48:00Z"
}