FHIR IG analytics| Package | hl7.fhir.nl.zorgviewer |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-41.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| code | Bijengif |
|---|---|
| Onset | 8 November 2008 |
| Reaction |
|
{
"resourceType": "AllergyIntolerance",
"id": "41",
"meta": {
"lastUpdated": "2024-04-17T09:59:44.301+02:00",
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.2.4.3.148.1.1.6.5.41"
}
],
"clinicalStatus": "active",
"_clinicalStatus": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActStatus",
"code": "active",
"display": "Actief"
}
]
}
}
]
},
"verificationStatus": "confirmed",
"criticality": "high",
"_criticality": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "24484000",
"display": "Ernstig"
}
]
}
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "16224591000119103",
"display": "Bijengif"
}
]
},
"patient": {
"reference": "https://example.org/Patient/330073",
"display": "Xxx-Helleman, J (M)"
},
"onsetDateTime": "2008-11-08",
"reaction": [
{
"id": "41",
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "16932000",
"display": "Misselijk en braken"
}
]
}
],
"severity": "severe",
"_severity": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "24484000",
"display": "Ernstig"
}
]
}
}
]
}
}
]
}