FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-UC2-AllergyIntolerance-Penicillin.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance UC2-AllergyIntolerance-Penicillin
Profile: CH IPS AllergyIntolerance
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication
criticality: High Risk
code: Penicillin
| Manifestation | Severity |
| Atemnot | Severe |
{
"resourceType": "AllergyIntolerance",
"id": "UC2-AllergyIntolerance-Penicillin",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-allergyintolerance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed"
}
]
},
"type": "allergy",
"category": [
"medication"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/2011000195101",
"code": "764146007"
}
]
},
"patient": {
"reference": "Patient/UC2-Patient-WalterSchmid"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/2011000195101",
"code": "267036007"
}
],
"text": "Atemnot"
}
],
"severity": "severe"
}
]
}