FHIR IG analytics| Package | hl7.fhir.cz.hdr |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-ff3372f1-0189-457f-8368-aa28e36df796.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance ff3372f1-0189-457f-8368-aa28e36df796
Profile: Allergy Intolerance (HDR CZ)
identifier: http://example.org/hospital/allergy-intolerances/allergy-2
clinicalStatus: Active
verificationStatus: Unconfirmed
code: Zinnat
patient: Petra Dvorakova Female, DoB: 1986-05-03 ( https://ncez.mzcr.cz/fhir/sid/rid#9003001122)
| Manifestation | Description |
| Dizziness (finding) | Vertigo |
{
"resourceType": "AllergyIntolerance",
"id": "ff3372f1-0189-457f-8368-aa28e36df796",
"meta": {
"profile": [
"https://hl7.cz/fhir/hdr/StructureDefinition/allergyIntolerance-cz-hdr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/hospital/allergy-intolerances",
"value": "allergy-2"
}
],
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "unconfirmed"
}
]
},
"code": {
"text": "Zinnat"
},
"patient": {
"reference": "urn:uuid:c517f75a-1e29-423b-8c59-1b275e65019a"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "404640003"
}
]
}
],
"description": "Vertigo"
}
]
}