FHIR IG analytics| Package | nictiz.fhir.nl.stu3.zib2017 |
| Resource Type | AllergyIntolerance |
| Id | zib-AllergyIntolerance-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Code | Bee venom |
|---|---|
| Eerste symptomen | 8 november 2008 |
| Meest recente voorkomen | 15 november 2009 |
| Reactie |
|
{
"resourceType": "AllergyIntolerance",
"id": "zib-allergyintolerance-01",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
"value": "18e3c749-8fdf-11ec-2022-020000000000"
}
],
"clinicalStatus": "active",
"_clinicalStatus": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/ActStatus",
"code": "active",
"display": "Active"
}
]
}
}
]
},
"verificationStatus": "confirmed",
"category": [
"biologic"
],
"_category": [
{
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419199007",
"display": "Allergy to substance"
}
]
}
}
]
}
],
"criticality": "high",
"_criticality": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "24484000",
"display": "Severe"
}
]
}
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "288328004",
"display": "Bee venom"
}
]
},
"patient": {
"reference": "Patient/nl-core-patient-01",
"display": "Johan XXX_Helleman"
},
"onsetDateTime": "2008-11-08",
"lastOccurrence": "2009-11-15",
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "16932000",
"display": "Nausea and vomiting"
}
]
}
],
"severity": "severe",
"_severity": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "24484000",
"display": "Severe"
}
]
}
}
]
}
}
]
}