AllergyIntolerance Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-allergyintolerance |
|---|---|
| Status | draft · 1.26.0 |
| Base | AllergyIntolerance (constraint) |
| Source | FSH · JSON |
Defines the Nexus EMR standard for AllergyIntolerance resources, based on CA-Core+. Includes instance-specific Nexus EMR identifiers, references via identifier (CII E01).
Examples
Example
Example allergy intolerance record demonstrating Nexus EMR profile
AllergyIntolerance/nexus-emr-allergyintolerance-example — claims conformance to AllergyIntolerance Profile
{
"resourceType": "AllergyIntolerance",
"id": "nexus-emr-allergyintolerance-example",
"meta": {
"profile": [
"../StructureDefinition/nexus-emr-core-allergyintolerance"
]
},
"identifier": [
{
"use": "secondary",
"system": "../NamingSystem/cedarbrook-clinic-allergyintolerance-raw-code",
"value": "EMR-ALG-avery-20250408"
}
],
"text": {
"status": "generated",
"div": "<div xmlns='http://www.w3.org/1999/xhtml'>Penicillin allergy recorded for Avery Linwood during April 8, 2025 visit.</div>"
},
"patient": {
"reference": "Patient/avery-linwood"
},
"code": {
"text": "Allergy to penicillin",
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "J01C",
"display": "Beta-lactam antibacterials, penicillins"
}
]
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"recordedDate": "2025-04-08"
}
Referenced by: Suggested-Resource Task - Retire a Chart Entry