FHIR IG analytics| Package | hl7.fhir.cz.hdr |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-StrawberryAllergy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance StrawberryAllergy
Profile: Allergy Intolerance (HDR CZ)
identifier: urn:oid:1.2.203.24341.1.1.999/StrawberryAllergy-001
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
criticality: Low Risk
code: Allergy to strawberry
reaction
manifestation: Itching of skin, Edema of the tongue
description: Svědění, otok jazyka.
{
"resourceType": "AllergyIntolerance",
"id": "StrawberryAllergy",
"meta": {
"profile": [
"https://hl7.cz/fhir/hdr/StructureDefinition/cz-allergyIntolerance-hdr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:1.2.203.24341.1.1.999",
"value": "StrawberryAllergy-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": "91938006",
"display": "Allergy to strawberry"
}
]
},
"patient": {
"reference": "Patient/Mracena"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "418363000",
"display": "Itching of skin"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "81950002",
"display": "Edema of the tongue"
}
]
}
],
"description": "Svědění, otok jazyka."
}
]
}