FHIR IG analytics| Package | hl7.fhir.cz.hdr |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-PenicillinAllergy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Alergie na penicilin – kožní vyrážka, otok rtů.
{
"resourceType": "AllergyIntolerance",
"id": "PenicillinAllergy",
"meta": {
"profile": [
"https://hl7.cz/fhir/hdr/StructureDefinition/cz-allergyIntolerance-hdr"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:1.2.203.24341.1.1.999",
"value": "PenicillinAllergy-001"
}
],
"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",
"criticality": "low",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "764146007",
"display": "Penicillin"
}
]
},
"patient": {
"reference": "Patient/Mracena"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271807003",
"display": "Eruption of skin"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "267038008",
"display": "Edema (finding)"
}
]
}
],
"description": "Kožní vyrážka, otok rtů."
}
]
}