FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-allergyIntolerance-cat-dander-allergy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "AllergyIntolerance",
"id": "allergyIntolerance-cat-dander-allergy",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-allergy-intolerance"
]
},
"reaction": [
{
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-reaction-duration",
"valueDuration": {
"value": 3,
"code": "h",
"system": "http://unitsofmeasure.org"
}
}
],
"substance": {
"coding": [
{
"code": "260152009",
"system": "http://snomed.info/sct",
"display": "Cat dander (substance)"
}
]
},
"manifestation": [
{
"coding": [
{
"code": "271807003",
"system": "http://snomed.info/sct",
"display": "Eruption of skin (disorder)"
}
]
},
{
"coding": [
{
"code": "418290006",
"system": "http://snomed.info/sct",
"display": "Itching (finding)"
}
]
}
],
"severity": "mild",
"exposureRoute": {
"coding": [
{
"code": "6064005",
"system": "http://snomed.info/sct",
"display": "Topical route (qualifier value)"
}
]
}
}
],
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/patient-with-israeli-id"
},
"clinicalStatus": {
"coding": [
{
"code": "active",
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
}
]
},
"verificationStatus": {
"coding": [
{
"code": "confirmed",
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"
}
]
},
"type": "allergy",
"criticality": "low",
"code": {
"coding": [
{
"code": "232346004",
"system": "http://snomed.info/sct",
"display": "Allergy to cat dander"
}
]
},
"category": [
"biologic"
],
"onsetDateTime": "2022-11-15",
"recorder": {
"reference": "Practitioner/practitioner-il-md"
},
"note": [
{
"text": "Mild skin reaction upon exposure to household cat."
}
]
}