FHIR IG analytics| Package | hl7.fhir.cz.ps |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-6145f147-dfc8-44fe-9fdd-22600059f498.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance 6145f147-dfc8-44fe-9fdd-22600059f498
Profile: AllergyIntolerance (CZ PS)
identifier: http://example.org/hospital/allergy-intolerances/allergy-intolerance-001
clinicalStatus: Active
type: Allergy
category: Food
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": "6145f147-dfc8-44fe-9fdd-22600059f498",
"meta": {
"profile": [
"https://hl7.cz/fhir/ps/StructureDefinition/cz-allergyIntolerance-ps"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/hospital/allergy-intolerances",
"value": "allergy-intolerance-001"
}
],
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"type": "allergy",
"category": [
"food"
],
"criticality": "low",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "91938006",
"display": "Allergy to strawberry"
}
]
},
"patient": {
"reference": "urn:uuid:3c137453-0de8-4e1a-be72-9dc55f500d57"
},
"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."
}
]
}