FHIR IG analytics| Package | hl7.fhir.cz.hdr |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-b63654b0-7876-4074-986b-24dd2fed4f1b.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": "b63654b0-7876-4074-986b-24dd2fed4f1b",
"meta": {
"profile": [
"https://hl7.cz/fhir/hdr/StructureDefinition/allergyIntolerance-cz-hdr"
]
},
"text": {
"status": "additional",
"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": "confirmed"
}
]
},
"type": "allergy",
"criticality": "low",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "764146007",
"display": "Penicillin"
}
]
},
"patient": {
"reference": "urn:uuid:6c4f4d2c-5f24-4a91-a75e-1b0e2a1f7731"
},
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271807003"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "267038008"
}
]
}
],
"description": "Kožní vyrážka, otok rtů."
}
]
}