FHIR IG analytics| Package | de.medizininformatikinitiative.kerndatensatz.base |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-mii-exa-person-allergyintolerance-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: AllergyIntolerance mii-exa-person-allergyintolerance-1
Profile: MII PR Person Allergy Intolerance
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication
criticality: High Risk
code: Penicillin
patient: Maja Julia Van-der-Dussen (official) Female, DoB: 1998-09-19 ( Medical record number (use: usual, ))
recordedDate: 2020-01-08
| Manifestation | Severity |
| Atopic dermatitis | Severe |
German
Generated Narrative: AllergyIntolerance mii-exa-person-allergyintolerance-1
Profile: MII PR Person Allergy Intolerance
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication
criticality: High Risk
code: Penicillin
patient: Maja Julia Van-der-Dussen (official) Female, DoB: 1998-09-19 ( Krankenaktennummer (use: usual, ))
recordedDate: 2020-01-08
| Manifestation | Severity |
| Atopic dermatitis | Severe |
{
"resourceType": "AllergyIntolerance",
"id": "mii-exa-person-allergyintolerance-1",
"meta": {
"profile": [
"https://www.medizininformatik-initiative.de/fhir/modul-person/StructureDefinition/AllergieUnvertraeglichkeit"
]
},
"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",
"code": "764146007",
"display": "Penicillin"
}
]
},
"patient": {
"reference": "Patient/mii-exa-person-patient-1"
},
"encounter": {
"reference": "Encounter/mii-exa-fall-kontakt-gesundheitseinrichtung-9"
},
"recordedDate": "2020-01-08",
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "24079001",
"display": "Atopic dermatitis"
}
]
}
],
"severity": "severe"
}
]
}