International Patient Summary Implementation Guide, published by HL7 International / Patient Care. 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/ritikarawlani/fhir-ips/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "AllergyIntolerance",
"id" : "allergyintolerance-with-abatement",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance allergyintolerance-with-abatement</b></p><a name=\"allergyintolerance-with-abatement\"> </a><a name=\"hcallergyintolerance-with-abatement\"> </a><a name=\"allergyintolerance-with-abatement-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical resolved}\">Resolved</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 256303006}\">Ragweed pollen</span></p><p><b>patient</b>: <a href=\"Patient-66033.html\">Marie Lux-Brennard Female, DoB: 1998-04-17 ( urn:oid:1.3.182.4.4#1998041799999)</a></p><p><b>onset</b>: Absent because : unknown</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement",
"valueDateTime" : "2010"
}
],
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "resolved"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code" : "confirmed"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "256303006",
"display" : "Ragweed pollen"
}
]
},
"patient" : {
🔗 "reference" : "Patient/66033"
},
"_onsetDateTime" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "unknown"
}
]
}
}