FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | AllergyIntolerance |
| Id | Extension-UKCore-AllergyIntolEnd-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "AllergyIntolerance",
"id": "Extension-UKCore-AllergyIntolEnd-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"extension": [
{
"extension": [
{
"url": "endDate",
"valueDateTime": "2021-07-20T17:10:00+00:00"
},
{
"url": "reasonEnded",
"valueString": "Administrative error corrected on patient record - confirmed that allergy not experienced with the patient."
}
],
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AllergyIntoleranceEnd"
}
],
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "inactive",
"display": "Inactive"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "372687004",
"display": "Amoxicillin"
}
]
},
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"encounter": {
"reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
},
"recordedDate": "2019-12-10T13:00:00+00:00",
"recorder": {
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"asserter": {
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
}
}