FHIR IG analytics| Package | hl7.fhir.cz.szz |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-4b343429-16da-4a5b-be80-17e4122f5956.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance 4b343429-16da-4a5b-be80-17e4122f5956
Profile: Allergy intolerance (SZZ CZ)
identifier: http://example.org/allergies/ALG20200115
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication
criticality: High Risk
code: V-PENICILIN BBP
onset: 2020-01-15
recordedDate: 2020-01-16
recorder: PractitionerRole: specialty = Radiology
| Manifestation | Severity |
| Dyspnea | Mild |
{
"resourceType": "AllergyIntolerance",
"id": "4b343429-16da-4a5b-be80-17e4122f5956",
"meta": {
"profile": [
"https://hl7.cz/fhir/szz/StructureDefinition/cz-allergyIntolerance-szz"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/allergies",
"value": "ALG20200115"
}
],
"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": "https://ncez.mzcr.cz/fhir/CodeSystem/dlp-lecive-pripravky-cs",
"code": "0233172",
"display": "V-PENICILIN BBP"
}
]
},
"patient": {
"reference": "urn:uuid:142534ac-0274-4a16-b6a2-d4d4f24ff67b"
},
"onsetDateTime": "2020-01-15",
"recordedDate": "2020-01-16",
"recorder": {
"reference": "urn:uuid:428025b5-e328-4542-8812-dd6a874c44f9"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "267036007",
"display": "Dyspnea"
}
]
}
],
"severity": "mild"
}
]
}