This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 7.0.1. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "AllergyIntolerance",
"id" : "qicore-allergyintolerance-example-refuted",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p>
<strong>id</strong>: example
</p>
<p>
<strong>identifier</strong>: 49476534
</p>
<p>
<strong>clinicalStatus</strong>: inactive
</p>
<p>
<strong>verificationStatus</strong>: refuted
</p>
<p>
<strong>type</strong>: allergy
</p>
<p>
<strong>category</strong>: food
</p>
<p>
<strong>code</strong>: Cashew nuts
<span>(Details: { SNOMED CT code '227493005' = 'Cashew nuts', given as 'Cashew nuts' })</span>
</p>
<p>
<strong>patient</strong>:
<a href="Patient-qicore-patient-example.html">Patient/example</a>
</p>
<p>
<strong>assertedDate</strong>: 10/09/2014
</p>
<p>
<strong>recorder</strong>:
<a href="Practitioner-qicore-practitioner-example.html">Practitioner/example</a>
</p>
<p>
<strong>asserter</strong>:
<a href="Patient-qicore-patient-example.html">Patient/example</a>
</p>
</div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/allergyintolerance-reasonRefuted",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/v3/ActReason",
"code" : "MED",
"display" : "Medical Status Altered"
}
]
}
}
],
"identifier" : [
{
"system" : "http://acme.com/ids/patients/risks",
"value" : "49476534"
}
],
"clinicalStatus" : "inactive",
"verificationStatus" : "refuted",
"type" : "allergy",
"category" : [
"food"
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "227493005",
"display" : "Cashew nuts"
}
]
},
"patient" : {
"reference" : "Patient/qicore-patient-example"
},
"assertedDate" : "2014-10-09T14:58:00+11:00",
"recorder" : {
"reference" : "Practitioner/qicore-practitioner-example"
},
"asserter" : {
"reference" : "Patient/qicore-patient-example"
}
}