FHIR IG analytics| Package | ehealth4u.package |
| Resource Type | AllergyIntolerance |
| Id | 3. Food Intolerance - 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": "inactive",
"display": "Inactive"
}
]
},
"type": "intolerance",
"_type": {
"extension": [
{
"url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-extracode",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "29544009",
"display": "Intolerance"
}
]
}
}
]
},
"category": [
"food"
],
"criticality": "unable-to-assess",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "391737006",
"display": "Almond oil"
}
]
},
"patient": {
"reference": "Patient/194315"
},
"encounter": {
"reference": "Encounter/194316"
},
"onsetDateTime": "1997-06-14",
"recorder": {
"reference": "PractitionerRole/194313"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39579001",
"display": "Anaphylaxis"
}
]
}
],
"description": "Anaphylaxis",
"onset": "1997-06-14",
"severity": "mild",
"_severity": {
"extension": [
{
"url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-extracode",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "255604002",
"display": "Mild"
}
]
}
}
]
}
},
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "49727002",
"display": "Cough"
}
]
}
],
"description": "Cough",
"onset": "1997-06-14",
"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"
}
]
}
}
]
}
}
]
}