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-ma-ma-schema-1-AllergyIntolerance-4001.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 ma-ma-schema-1-AllergyIntolerance-4001

Last updated: 2023-12-18 23:07:47+0000;

Information Source: urn:telus:emr:ma:ma-schema-1

Profile: DwAllergyIntolerance

identifier: urn:telus:emr:ma:ma-schema-1:AllergyIntolerance/4001 (use: official, )

clinicalStatus: Active

verificationStatus: Confirmed

type: Allergy

category: Medication

criticality: High Risk

code: Penicillin

patient: John Michael Smith

encounter: Encounter: identifier = urn:telus:emr:ma:ma-schema-1:Encounter#2001 (use: official, ); status = finished; class = ambulatory (ActCode#AMB); type = ; period = 2023-12-18 10:00:00+0000 --> 2023-12-18 10:45:00+0000; reasonCode =

onset: 2015-03-20

recordedDate: 2015-03-20 14:30:00+0000

recorder: Dr. Sarah Johnson

lastOccurrence: 2015-03-20

note:

Patient reports rash and itching after taking penicillin in 2015. Avoid all penicillin-based antibiotics.

Reactions

-ManifestationOnsetSeverity
*Generalized maculopapular rash with intense itching2015-03-20 18:00:00+0000Moderate

Source1

{
  "resourceType": "AllergyIntolerance",
  "id": "ma-ma-schema-1-AllergyIntolerance-4001",
  "meta": {
    "lastUpdated": "2023-12-18T23:07:47Z",
    "source": "urn:telus:emr:ma:ma-schema-1",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwAllergyIntolerance"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:ma:ma-schema-1:AllergyIntolerance",
      "value": "4001"
    }
  ],
  "clinicalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code": "active",
        "display": "Active"
      }
    ],
    "text": "Active"
  },
  "verificationStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code": "confirmed",
        "display": "Confirmed"
      }
    ],
    "text": "Confirmed"
  },
  "type": "allergy",
  "category": [
    "medication"
  ],
  "criticality": "high",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "764146007",
        "display": "penicillin"
      }
    ],
    "text": "Penicillin"
  },
  "patient": {
    "reference": "Patient/ma-ma-schema-1-Patient-12345",
    "type": "Patient",
    "display": "John Michael Smith"
  },
  "encounter": {
    "reference": "Encounter/ma-ma-schema-1-Encounter-2001",
    "type": "Encounter"
  },
  "onsetDateTime": "2015-03-20",
  "recordedDate": "2015-03-20T14:30:00Z",
  "recorder": {
    "reference": "Practitioner/ma-ma-schema-1-Practitioner-789",
    "type": "Practitioner",
    "display": "Dr. Sarah Johnson"
  },
  "lastOccurrence": "2015-03-20",
  "note": [
    {
      "text": "Patient reports rash and itching after taking penicillin in 2015. Avoid all penicillin-based antibiotics."
    }
  ],
  "reaction": [
    {
      "manifestation": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "271807003",
              "display": "Rash"
            }
          ],
          "text": "Generalized maculopapular rash with intense itching"
        }
      ],
      "onset": "2015-03-20T18:00:00Z",
      "severity": "moderate"
    }
  ]
}