C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. See the Directory of published versions
{
"resourceType" : "AllergyIntolerance",
"id" : "FC-allergy",
"meta" : {
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code" : "N"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance FC-allergy</b></p><a name=\"FC-allergy\"> </a><a name=\"hcFC-allergy\"> </a><a name=\"FC-allergy-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2</code>/545077400001, <code>urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2</code>/545077400003</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>type</b>: Intolerance</p><p><b>category</b>: Medication</p><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1191}, {http://snomed.info/sct 293586001}\">aspirin</span></p><p><b>patient</b>: <a href=\"Patient-CF-patient.html\">Myra Jones Female, DoB: 1947-05-01 ( urn:oid:1.3.6.1.4.1.22812.3.2009316.3#160920144139807)</a></p><p><b>onset</b>: 2008-05-01</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 247472004}\">Hives</span></td><td>Severe</td></tr></table></div>"
},
"identifier" : [
{
"system" : "urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2",
"value" : "545077400001"
},
{
"system" : "urn:oid:1.3.6.1.4.1.22812.3.2009316.3.4.10.2",
"value" : "545077400003"
}
],
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "active"
}
]
},
"type" : "intolerance",
"category" : [
"medication"
],
"code" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "1191"
},
{
"system" : "http://snomed.info/sct",
"code" : "293586001"
}
]
},
"patient" : {
🔗 "reference" : "Patient/CF-patient"
},
"onsetDateTime" : "2008-05-01",
"reaction" : [
{
"manifestation" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "247472004"
}
],
"text" : "Hives"
}
],
"severity" : "severe"
}
]
}