FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-ma-ma-schema-1-AllergyIntolerance-4001.json |
| FHIR Version | R4 |
No resources found
No resources found
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
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.
| Manifestation | Onset | Severity |
| Generalized maculopapular rash with intense itching | 2015-03-20 18:00:00+0000 | Moderate |
{
"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"
}
]
}