RIVO-Noord Zorgviewer Implementation Guide
1.7.0 - CI build
RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "AllergyIntolerance",
"id" : "2.16.840.1.113883.2.4.3.124.7.48765.212340000000820",
"meta" : {
"profile" : [
🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Allergy resource:</h3><ul><li><p><strong>Patient:</strong> 'Test Gestructureerd Vipp'</p></li><li><p><strong>Clinical status:</strong> 'Active'</p></li><li><p><strong>Verification status:</strong> 'Unconfirmed'</p></li><li><p><strong>Onset:</strong> '12-11-2019 14:02+0100'</p></li><li><p><strong>Category:</strong> 'Propensity to adverse reactions to drug'</p></li><li><p><strong>Criticality:</strong> 'Mild'</p></li><li><p><strong>Code:</strong> 'ALLE NSAID'S (INCL. SALICYLATEN)'</p></li><li><table><thead><tr><th>Reaction</th><th>Manifestation</th></tr></thead><tbody><tr><td>Reaction 1</td><td>Other;</td></tr></tbody></table></li></ul></div>"
},
"identifier" : [
{
"system" : "urn:oid:2.16.840.1.113883.2.4.3.124.7.48765.2",
"value" : "12340000000820"
}
],
"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"
}
],
"text" : "Actief"
}
}
]
},
"verificationStatus" : "unconfirmed",
"category" : [
"medication"
],
"_category" : [
{
"extension" : [
{
"url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "419511003",
"display" : "Propensity to adverse reactions to drug"
}
],
"text" : "Medicijn"
}
}
]
}
],
"criticality" : "low",
"_criticality" : {
"extension" : [
{
"url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "255604002",
"display" : "Mild"
}
],
"text" : "Licht"
}
}
]
},
"code" : {
"coding" : [
{
"system" : "urn:oid:2.16.840.1.113883.2.4.4.1.902.122",
"code" : "000039",
"display" : "ALLE NSAID'S (INCL. SALICYLATEN)"
}
],
"text" : "ALLE NSAID'S (INCL. SALICYLATEN)"
},
"patient" : {
"reference" : "https://example.org/Patient/12A188A91ED05B87A4335425414F9FBAA6F4462C378D533A8F019C0F20712D36",
"display" : "Test Gestructureerd Vipp"
},
"onsetDateTime" : "2019-11-12",
"reaction" : [
{
"manifestation" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/v3/NullFlavor",
"code" : "OTH",
"display" : "other"
}
],
"text" : "Huiduitslag"
}
]
}
]
}