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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeAllergyIntolerance
IdAllergyIntolerance-chr-on-west-AllergyIntolerance-4002-resolved.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 chr-on-west-AllergyIntolerance-4002-resolved

Last updated: 2024-02-10 14:30:00+0000;

Information Source: urn:telus:emr:chr:on:west

Profile: DwAllergyIntolerance

Security Label: normal (Details: Confidentiality code N = 'normal')

Allergy Intolerance Abatement: Resolved

identifier: urn:telus:emr:chr:on:west:AllergyIntolerance/4002 (use: official, )

clinicalStatus: Resolved

verificationStatus: Confirmed

type: Allergy

category: Medication

criticality: Low Risk

code: Amoxicillin

patient: Sarah Marie Johnson Female, DoB: 1985-03-15 ( Medical Record Number: 12345)

onset: 2020-03-10

recordedDate: 2020-03-10 09:15:00+0000

recorder: Dr. Emily Chen

asserter: Related Person

note:

Patient had mild rash reaction to Amoxicillin in 2020. Successfully completed desensitization therapy in November 2023. Allergy now resolved and patient can safely take amoxicillin.

Reactions

-SubstanceManifestationOnsetSeverityNote
*AmoxicillinMild maculopapular rash2020-03-10 16:00:00+0000Mild

Mild reaction that resolved with antihistamines


Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "chr-on-west-AllergyIntolerance-4002-resolved",
  "meta": {
    "lastUpdated": "2024-02-10T14:30:00Z",
    "source": "urn:telus:emr:chr:on:west",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwAllergyIntolerance"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement",
      "valueString": "Resolved"
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:chr:on:west:AllergyIntolerance",
      "value": "4002"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "resolved",
        "display": "Resolved"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "723506003",
        "display": "Resolved",
        "userSelected": true
      }
    ],
    "text": "Resolved"
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ],
    "text": "Confirmed"
  },
  "type": "allergy",
  "category": [
    "medication"
  ],
  "criticality": "low",
  "code": {
    "text": "Amoxicillin"
  },
  "patient": {
    "reference": "Patient/chr-on-west-Patient-12345",
    "type": "Patient"
  },
  "onsetDateTime": "2020-03-10",
  "recordedDate": "2020-03-10T09:15:00Z",
  "recorder": {
    "reference": "Practitioner/chr-on-west-Practitioner-501",
    "type": "Practitioner",
    "display": "Dr. Emily Chen"
  },
  "asserter": {
    "display": "Related Person"
  },
  "note": [
    {
      "text": "Patient had mild rash reaction to Amoxicillin in 2020. Successfully completed desensitization therapy in November 2023. Allergy now resolved and patient can safely take amoxicillin."
    }
  ],
  "reaction": [
    {
      "substance": {
        "text": "Amoxicillin"
      },
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "271807003",
              "display": "Rash",
              "userSelected": true
            }
          ],
          "text": "Mild maculopapular rash"
        }
      ],
      "onset": "2020-03-10T16:00:00Z",
      "severity": "mild",
      "note": [
        {
          "text": "Mild reaction that resolved with antihistamines"
        }
      ]
    }
  ]
}