FHIR IG analytics| Package | ch.fhir.ig.ch-core |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-AllergyToCatDander.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance AllergyToCatDander
Profile: CH Core AllergyIntolerance
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Biologic
criticality: Low Risk
code: Allergy to cat dander (finding)
reaction
AllergyIntolerance Certainty: Confirmed
AllergyIntolerance ExposureDescription: Animal shelter
substance: Cat dander (substance)
manifestation: Eruption of skin (disorder)
severity: Mild
{
"resourceType": "AllergyIntolerance",
"id": "AllergyToCatDander",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-allergyintolerance"
]
},
"text": {
"status": "extensions",
"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": [
"biologic"
],
"criticality": "low",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "232346004",
"display": "Allergy to cat dander (finding)"
}
]
},
"patient": {
"reference": "Patient/ElisabethBroennimannByBFH"
},
"reaction": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-certainty",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/reaction-event-certainty",
"code": "confirmed",
"display": "Confirmed"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDescription",
"valueString": "Animal shelter"
}
],
"substance": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "260152009",
"display": "Cat dander (substance)"
}
]
},
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271807003",
"display": "Eruption of skin (disorder)"
}
]
}
],
"severity": "mild"
}
]
}