FHIR IG analytics| Package | laniado.test.fhir |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-AllergyIntoleranceExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "AllergyIntolerance",
"id": "AllergyIntoleranceExample",
"meta": {
"source": "http://atd.laniado.org.il",
"profile": [
"http://fhir.laniado.org.il/StructureDefinition/laniado-allergy-intolerance"
]
},
"category": [
"medication"
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "448177004"
},
{
"system": "http://fhir.laniado.org.il/CodeSystem/generic-drug",
"code": "024-73-21066-00",
"display": "PENICILLIN G SODIUM"
}
],
"text": "PENICILLIN G SODIUM 5 MU"
},
"patient": {
"reference": "Patient/1"
},
"encounter": {
"reference": "Encounter/1"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct"
}
]
},
{
"coding": [
{
"system": "http://fhir.laniado.org.il/CodeSystem/k-emr-teguva",
"code": "10",
"display": "פריחה"
}
]
}
],
"severity": "severe",
"_severity": {
"extension": [
{
"url": "http://fhir.laniado.org.il/StructureDefinition/ext-allergy-reaction-severity-shock",
"valueCoding": {
"code": "735173007",
"system": "http://snomed.info/sct",
"display": "Anaphylactic shock"
}
}
]
}
}
],
"clinicalStatus": {
"coding": [
{
"code": "active",
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"code": "confirmed",
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"display": "Confirmed"
}
]
},
"recordedDate": "2023-12-21T01:48:00Z"
}