Skip to main content

AllergyIntolerance Example

{
"resourceType": "AllergyIntolerance",
"id": "658FHYVGH2AFIKLPOJUYI5IJEC",
"meta": {
"versionId": "20210302120000",
"lastUpdated": "2021-03-02T00:00:00+00:00",
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-AllergyIntolerance-1"
],
"tag": [
{
"system": "https://fhir.graphnethealth.com/CodeSystem-Tenancies",
"code": "17"
},
{
"system": "https://fhir.graphnethealth.com/CodeSystem-TenancyType",
"code": "acute"
}
]
},
"identifier": [
{
"system": "http://acme.org",
"value": "12345-678789"
}
],
"clinicalStatus": "active",
"verificationStatus": "confirmed",
"type": "allergy",
"criticality": "high",
"code": {
"coding": [
{
"system": "http://read.info/readv2",
"code": "14LA",
"display": "H/O: erythromycin allergy"
},
{
"extension": [
{
"extension": [
{
"url": "descriptionId",
"valueString": "152300012"
},
{
"url": "descriptionDisplay",
"valueString": "H/O: erythromycin allergy"
}
],
"url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-coding-sctdescid"
}
],
"system": "http://snomed.info/sct",
"code": "91931000",
"display": "H/O: erythromycin allergy"
}
]
},
"patient": {
"reference": "Patient/999999999"
},
"onsetDateTime": "2021-01-06T10:27:30+00:00",
"assertedDate": "2020-10-09T14:58:00+00:00",
"recorder": {
"display": "Mr. Andrew Clerk"
},
"asserter": {
"display": "Mr. Andrew Clerk"
},
"note": [
{
"text": "Allergy to erythromycin, reaction rash."
}
],
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "162415008",
"display": "C/O: a rash"
}
]
}
]
}
]
}