FHIR IG analytics| Package | hl7.fhir.be.allergy |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-allergyintolerance1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance allergyintolerance1
version: 1; Last updated: 2019-07-01 13:30:55+0000
Profile: BeAllergyIntolerance
BeExtAllergyType: Allergic disposition
clinicalStatus: Active
verificationStatus: Unconfirmed
category: Food
criticality: High Risk
code: Allergic to peanut
onset: 2004
recordedDate: 2014-10-09 14:58:00+1100
recorder: Practitioner Katherine Pulaski (official)
lastOccurrence: 2012-06
note:
Some extra information can be given here.
| Manifestation | Onset | Severity |
| Anaphylactic reaction | 2012-06-12 | Severe |
{
"resourceType": "AllergyIntolerance",
"id": "allergyintolerance1",
"meta": {
"versionId": "1",
"lastUpdated": "2019-07-01T13:30:55.864+00:00",
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/allergy/StructureDefinition/be-allergyintolerance"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://www.ehealth.fgov.be/standards/fhir/allergy/StructureDefinition/be-ext-allergy-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "609328004"
}
]
}
}
],
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "unconfirmed"
}
]
},
"category": [
"food"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "762952008",
"display": "Peanut (substance)"
}
],
"text": "Allergic to peanut"
},
"patient": {
"reference": "Patient/example"
},
"onsetDateTime": "2004",
"recordedDate": "2014-10-09T14:58:00+11:00",
"recorder": {
"reference": "Practitioner/practitioner"
},
"asserter": {
"reference": "Patient/example"
},
"lastOccurrence": "2012-06",
"note": [
{
"text": "Some extra information can be given here."
}
],
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39579001",
"display": "Anaphylactic reaction"
}
]
}
],
"onset": "2012-06-12",
"severity": "severe"
}
]
}