DwAllergyIntolerance

Purpose

The purpose of this resource to provide a record of allergies and intolerances documented for a specific patient.

idS Σ0..1string
id0..1string
extensionI0..*Extension
versionIdΣ0..1id
lastUpdatedS Σ0..1instant
sourceΣ0..1uri
profileΣ0..*canonical(StructureDefinition)
securityΣ0..*CodingBinding
tagΣ0..*Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierΣ0..*Identifier
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemS Σ0..1uri
versionS Σ0..1string
codeS Σ0..1code
id0..1string
id0..1string
id0..1string
extensionI0..0Extension
url1..1uriFixed Value
valueCodecode
id0..1string
extensionI0..0Extension
url1..1uriFixed Value
valueStringstring
valueMarkdownmarkdown
url1..1uriFixed Value
value0..1System.String
userSelectedΣ0..1boolean
id0..1string
extensionI0..*Extension
systemS Σ0..1uri
versionS Σ0..1string
codeS Σ0..1code
id0..1string
id0..1string
id0..1string
extensionI0..0Extension
url1..1uriFixed Value
valueCodecode
id0..1string
extensionI0..0Extension
url1..1uriFixed Value
valueStringstring
valueMarkdownmarkdown
url1..1uriFixed Value
value0..1System.String
userSelectedS Σ0..1boolean
textS Σ0..1string
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemS Σ0..1uri
versionS Σ0..1string
codeS Σ0..1code
displayS Σ0..1string
userSelectedS Σ0..1boolean
textS Σ0..1string
typeS Σ0..1codeBinding
categoryS Σ0..*codeBinding
criticalityS Σ0..1codeBinding
absentOrUnknownAllergyIntoleranceS Σ0..1CodeableConceptBinding
codeAllergyCAS Σ0..1CodeableConceptBinding
id0..1string
extensionI0..*Extension
codingΣ0..*Coding
textS Σ0..1string
id0..1string
extensionI0..*Extension
referenceS Σ I1..1string
typeΣ0..1uriBinding
identifierΣ0..1Identifier
displayΣ0..1string
id0..1string
extensionI0..*Extension
referenceΣ I0..1string
typeΣ0..1uriBinding
identifierΣ0..1Identifier
displayΣ0..1string
onsetDateTimedateTime
onsetAgeAge
onsetPeriodPeriod
onsetRangeRange
onsetStringstring
recordedDateS0..1dateTime
recorderS I0..1Reference(Practitioner | PractitionerRole | Patient | RelatedPerson)
asserterΣ I0..1Reference(Patient | RelatedPerson | Practitioner | PractitionerRole)
lastOccurrence0..1dateTime
noteS0..*Annotation
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
id0..1string
extensionI0..*Extension
codingΣ0..*Coding
textS Σ0..1string
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemS Σ0..1uri
versionS Σ0..1string
codeS Σ0..1code
id0..1string
id0..1string
id0..1string
extensionI0..0Extension
url1..1uriFixed Value
valueCodecode
id0..1string
extensionI0..0Extension
url1..1uriFixed Value
valueStringstring
valueMarkdownmarkdown
url1..1uriFixed Value
value0..1System.String
userSelectedS Σ0..1boolean
textS Σ0..1string
description0..1string
onsetS0..1dateTime
severityS0..1codeBinding
id0..1string
extensionI0..*Extension
codingΣ0..*Coding
textS Σ0..1string
note0..*Annotation

Usage note

  • clinicalStatus - When allergy is present in CPP status is active and refuted allergies will have status of inactive

    FHIR MA PSS CHR
    Active Confirmed, Unconfirmed, Suspect, Pending, Doubt raised, Reclassified
    Inactive Inactive, Refuted
    Resolved Resolved
  • verificationStatus

    FHIR MA PSS CHR
    Unconfirmed Unconfirmed, Suspected, Pending, Doubt raised Suspected
    Confirmed Confirmed Confirmed
    Refuted Refuted Refuted, RefuteReasonNoSubsequentReaction, RefuteReasonPatientDenies,RefuteReasonReclassified, RefuteReasonIdNoLongerFound
    Entered in Error Deleted, Erroneous deleted or Refuted status of entered in error, RefuteReasonIncorrectInfo, RefuteReasonEnteredInError, RefuteReasonDuplicate
  • type - Identification of the underlying physiological mechanism for the reaction risk.

    FHIR MA PSS CHR
    Allergy allergy drug allergy, non-drug allergy Allergy
    Intolerance side-effect, exagerated effect, other drug intollerance, non-drug intollerance Intolerance
  • code

  • encounter - An encounter reference pertaining to a specific visit will be provided if the allergy was documented as part of that visit's encounter. In cases where allergies are documented outside the context of a visit, they will be provided without an associated encounter reference.

  • reaction.manifestation - Reaction to the allergen is provided as reaction.manifestation.coding when documented as standard reaction. If documented as free text then it will be provided as reaction.manifestation.text. PSS allows provider to add multiple reaction to the allergy, if documented it will be included as 0..* in the JSON message.

Bundle

AllergyIntolerance

Example

{
	"resourceType":"AllergyIntolerance",
	"id":"pss-CDK5-AllergyIntolerance-147.2",
	"meta":{
		"source":"urn:telus:emr:pss:CDK5",
		"lastUpdated":"2022-12-20T13:19:37.000Z",
		"security":[{
				"system":"http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
				"code":"N",
				"display":"normal"
				}
			]
		},
	"identifier":[{
			"system":"urn:telus:emr:pss:CDK5:AllergyIntolerance",
			"use":"official",
			"value":"147.2"
		}
	],
	"clinicalStatus":{
		"coding":[{
				"system":"https://fhir.infoway-inforoute.ca/ValueSet/allergyintolerancestatuscode",
				"code":"active",
				"display":"Active"
			}
		],
		"text":"Confirmed"
	},
	"verificationStatus":{
		"coding":[{
				"system":"http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
				"code":"confirmed",
				"display":"Confirmed"
			}
		],
	"text":"Confirmed"
	},
	"type":"allergy",
	"category":["environment"],
	"criticality":"high",
	"code":{
		"coding":[{
             "system":"https://tgateway.infoway-inforoute.ca/vs/pharmaceuticalbiologicproductandsubstancecode",
				"code":"256277009",
				"display":"Grass pollen"
			},{
			"system":"https://tgateway.infoway-inforoute.ca/vs/pharmaceuticalbiologicproductandsubstancecode",
				"code":"703927007",
				"display":"Guinea pig dander"
			},{
			"system":"https://tgateway.infoway-inforoute.ca/vs/pharmaceuticalbiologicproductandsubstancecode",
			"code":"710943006",
			"display":"Cockroach protein"
			}],
			"text":"Unrecognized Imported Allergy 2"
	        },
    "patient":{
	    "reference":"Patient/pss-CDK5-Patient-pss-CDK5-Patient-147",
	    "type":"Patient"
	    },
    "encounter":{
	    "reference":"Encounter/pss-CDK5-Encounter-pss-CDK5-Encounter-2294",
	    "type":"Encounter"
	    },
    "recordedDate":"2012-08-21T00:00:00.000Z",
    "recorder":{
	    "reference":"Practitioner/pss-CDK5-Practitioner-9",
	    "display":"Dr. Marcus Welby",
	    "type":"Practitioner"
        },
    "note":[{
	    "text":"No special notes"
	    }
    ],
    "reaction":[{
	    "manifestation":[{
		    "coding":[{
			    "system":"https://fhir.infoway-inforoute.ca/CodeSystem/snomedctcaextension",
			    "code":"403608009",
		    	"display":"Serum sickness due to drug"
        	    }
		    ],
		    "text":"Moderate reaction : Serum sickness"
		    }
	        ],
        "severity":"moderate"
	    }
	]
}