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

FHIR IG analytics

Packagech.fhir.ig.ch-allergyintolerance
Resource TypeAllergyIntolerance
IdAllergyIntolerance-CH-AllergyIntolerance-Usecase-2.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

Generated Narrative: AllergyIntolerance CH-AllergyIntolerance-Usecase-2

Abatement: 2022-02-07

clinicalStatus: Active

verificationStatus: Unconfirmed

type: Allergy

category: Medication

criticality: Low Risk

code: Allergy to thiazide (finding)

patient: Elisabeth Brönnimann-Bertholet Female, DoB: 1937-05-03

Reactions

-SubstanceManifestationSeverityExposureRoute
*Hydrochlorothiazide (substance)Urticaria (disorder)ModerateOral route (qualifier value)

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "CH-AllergyIntolerance-Usecase-2",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement",
      "valueDateTime": "2022-02-07"
    }
  ],
  "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": "unconfirmed",
        "display": "Unconfirmed"
      }
    ]
  },
  "type": "allergy",
  "category": [
    "medication"
  ],
  "criticality": "low",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "860765003",
        "display": "Allergy to thiazide (finding)"
      }
    ]
  },
  "patient": {
    "reference": "Patient/ElisabethBroennimannByBFH"
  },
  "reaction": [
    {
      "substance": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "387525002",
            "display": "Hydrochlorothiazide (substance)"
          }
        ]
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "126485001",
              "display": "Urticaria (disorder)"
            }
          ]
        }
      ],
      "severity": "moderate",
      "exposureRoute": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route (qualifier value)"
          }
        ]
      }
    }
  ]
}