allergy-example

{
"resourceType": "AllergyIntolerance",
"id": "allergy-example",
"meta": {
"profile": [
"http://fire.ly/fhir/firely-ig-gen/StructureDefinition/Allergy"
]
},
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"type": "allergy",
"criticality": "high",
"code": {
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "J01CA04",
"display": "Amoxicillin"
}
],
"text": "Amoxicillin"
},
"patient": {
"reference": "Patient/patientIdentification-example"
},
"onsetDateTime": "2010-06-15",
"note": [
{
"text": "Patient develops urticaria and angioedema within 30 minutes of ingestion."
}
],
{
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "126485001",
"display": "Urticaria"
}
]
}
],
"severity": "severe"
}
]
}
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="allergy-example" />
<profile value="http://fire.ly/fhir/firely-ig-gen/StructureDefinition/Allergy" />
</meta>
<system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" />
<code value="active" />
<display value="Active" />
</coding>
</clinicalStatus>
<system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
<code value="confirmed" />
<display value="Confirmed" />
</coding>
</verificationStatus>
<type value="allergy" />
<criticality value="high" />
<system value="http://www.whocc.no/atc" />
<code value="J01CA04" />
<display value="Amoxicillin" />
</coding>
<text value="Amoxicillin" />
</code>
<reference value="Patient/patientIdentification-example" />
</patient>
<onsetDateTime value="2010-06-15" />
<text value="Patient develops urticaria and angioedema within 30 minutes of ingestion." />
</note>
<system value="http://snomed.info/sct" />
<code value="126485001" />
<display value="Urticaria" />
</coding>
</manifestation>
<severity value="severe" />
</reaction>
</AllergyIntolerance>
AllergyIntolerance
AllergyIntolerance.id[0]allergy-example
AllergyIntolerance.meta[0].profile[0]http://fire.ly/fhir/firely-ig-gen/StructureDefinition/Allergy
AllergyIntolerance.clinicalStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical
AllergyIntolerance.clinicalStatus[0].coding[0].code[0]active
AllergyIntolerance.clinicalStatus[0].coding[0].display[0]Active
AllergyIntolerance.verificationStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-verification
AllergyIntolerance.verificationStatus[0].coding[0].code[0]confirmed
AllergyIntolerance.verificationStatus[0].coding[0].display[0]Confirmed
AllergyIntolerance.type[0]allergy
AllergyIntolerance.criticality[0]high
AllergyIntolerance.code[0].coding[0].system[0]http://www.whocc.no/atc
AllergyIntolerance.code[0].coding[0].code[0]J01CA04
AllergyIntolerance.code[0].coding[0].display[0]Amoxicillin
AllergyIntolerance.code[0].text[0]Amoxicillin
AllergyIntolerance.patient[0].reference[0]Patient/patientIdentification-example
AllergyIntolerance.onset[0]2010-06-15
AllergyIntolerance.note[0].text[0]Patient develops urticaria and angioedema within 30 minutes of ingestion.
AllergyIntolerance.reaction[0].manifestation[0].coding[0].system[0]http://snomed.info/sct
AllergyIntolerance.reaction[0].manifestation[0].coding[0].code[0]126485001
AllergyIntolerance.reaction[0].manifestation[0].coding[0].display[0]Urticaria
AllergyIntolerance.reaction[0].severity[0]severe