FHIR IG analytics| Package | il.fhir.r4.ashmc |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-CML.OTHER.7654321.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"id": "CML.OTHER.7654321",
"meta": {
"security": [
{
"system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
"code": "allergiesAndIntolerances",
"display": "רגישויות"
}
],
"profile": [
"http://fhir.ashmc.co.il/StructureDefinition/non-med-allergy-intolerance"
]
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://fhir.health.gov.il/cs/il-core-identifier-type",
"code": "strong-id",
"display": "Strong Identifier"
}
]
},
"system": "http://fhir.ashmc.co.il/identifier/other-allergy-intolerance",
"value": "7654321"
}
],
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed"
}
]
},
"category": [
"food"
],
"code": {
"coding": [
{
"system": "http://fhir.ashmc.co.il/cs/non-med-cml-code",
"code": "LOCAL-CODE"
},
{
"system": "http://snomed.info/sct",
"code": "762952008",
"display": "Peanut"
}
]
},
"reaction": [
{
"substance": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "762952008",
"display": "Peanut"
}
]
},
"manifestation": [
{
"coding": [
{
"system": "http://fhir.ashmc.co.il/cs/reaction-cml-code",
"code": "LOCAL-CODE"
},
{
"system": "http://snomed.info/sct",
"code": "126485001",
"display": "Urticaria"
}
]
}
],
"severity": "moderate"
}
],
"type": "allergy",
"patient": {
"reference": "Patient/ashmc-patient-001"
},
"encounter": {
"reference": "Encounter/AshdodEncounterSubExample"
},
"recorder": {
"reference": "Practitioner/ashmc-dr-cohen"
},
"recordedDate": "2025-06-15"
}