This page is part of the HRSA Uniform Data System (UDS) Patient Level Submission (PLS) (UDS+ or uds-plus) FHIR IG (v1.0.1: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: UDS Plus AllergyIntolerance Example - JSON Representation
Raw json | Download
{
"resourceType" : "AllergyIntolerance",
"id" : "de-identified-example",
"meta" : {
"lastUpdated" : "2017-05-26T11:56:57.250-04:00",
"profile" : [
🔗 "http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/uds-plus-allergyintolerance"
]
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code" : "confirmed"
}
]
},
"category" : [
"medication"
],
"criticality" : "high",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "387406002",
"display" : "Sulfonamide (substance)"
}
],
"text" : "sulfonamide antibacterial"
},
"patient" : {
🔗 "reference" : "Patient/de-identified-example"
},
"onsetDateTime" : "2015-11-01T17:00:14-05:00",
"recordedDate" : "2017-11-01T17:00:14-05:00",
"reaction" : [
{
"manifestation" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "271807003",
"display" : "skin rash"
}
],
"text" : "skin rash"
}
],
"severity" : "mild"
}
]
}