FHIR IG analytics| Package | ehealth4u.package |
| Resource Type | AllergyIntolerance |
| Id | 6. Food Propensity - Alexis Ioannou - IPS.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"meta": {
"profile": [
"http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-allergyintorelrance-r4"
]
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "active"
}
]
},
"type": "allergy",
"_type": {
"extension": [
{
"url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-extracode",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "420134006",
"display": "Propensity to adverse reaction"
}
]
}
}
]
},
"category": [
"food"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "102262009",
"display": "Chocolate"
}
]
},
"patient": {
"reference": "Patient/194315"
},
"encounter": {
"reference": "Encounter/194316"
},
"onsetDateTime": "2002-05-01",
"recorder": {
"reference": "PractitionerRole/194313"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "267036007",
"display": "Dyspnoea"
}
]
}
],
"description": "Dyspnoea",
"onset": "2002-05-01",
"severity": "moderate",
"_severity": {
"extension": [
{
"url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-extracode",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "371923003",
"display": "Mild to moderate"
}
]
}
}
]
}
}
]
}