FHIR IG analytics| Package | hl7.fhir.eu.base |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-allergyintolerance-eu-core-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance allergyintolerance-eu-core-example
Profile: AllergyIntolerance (EU core)
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Food
criticality: Low Risk
code: Allergy to peanuts
patient: John Doe Male, DoB: 1980-01-01
onset: 2012-05-01
| Manifestation | Severity |
| Eruption of skin | Mild |
{
"resourceType": "AllergyIntolerance",
"id": "allergyintolerance-eu-core-example",
"meta": {
"profile": [
"http://hl7.eu/fhir/base/StructureDefinition/allergyIntolerance-eu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "confirmed",
"display": "Confirmed"
}
]
},
"type": "allergy",
"category": [
"food"
],
"criticality": "low",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "91935009",
"display": "Allergy to peanuts"
}
]
},
"patient": {
"reference": "Patient/patient-eu-core-example"
},
"onsetDateTime": "2012-05-01",
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271807003",
"display": "Eruption of skin"
}
]
}
],
"severity": "mild"
}
]
}