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.22.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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:AllergyIntolerance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "2.16.840.1.113883.2.4.3.124.7.48765.212340000000820"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance"^^xsd:anyURI ;
fhir:l <http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.2.4.3.124.7.48765.2"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.2.4.3.124.7.48765.2> ] ;
fhir:value [ fhir:v "12340000000820" ]
] ) ; #
fhir:clinicalStatus [
fhir:v "active" ;
( fhir:extension [
fhir:url [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/code-specification"^^xsd:anyURI ;
fhir:l <http://nictiz.nl/fhir/StructureDefinition/code-specification> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/v3/ActStatus"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/v3/ActStatus> ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ] ) ;
fhir:text [ fhir:v "Actief" ] ] ] )
] ; #
fhir:verificationStatus [ fhir:v "unconfirmed"] ; #
fhir:category ( [
fhir:v "medication" ;
( fhir:extension [
fhir:url [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/code-specification"^^xsd:anyURI ;
fhir:l <http://nictiz.nl/fhir/StructureDefinition/code-specification> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:419511003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "419511003" ] ;
fhir:display [ fhir:v "Propensity to adverse reactions to drug" ] ] ) ;
fhir:text [ fhir:v "Medicijn" ] ] ] )
] ) ; #
fhir:criticality [
fhir:v "low" ;
( fhir:extension [
fhir:url [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/code-specification"^^xsd:anyURI ;
fhir:l <http://nictiz.nl/fhir/StructureDefinition/code-specification> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:255604002 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "255604002" ] ;
fhir:display [ fhir:v "Mild" ] ] ) ;
fhir:text [ fhir:v "Licht" ] ] ] )
] ; #
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.2.4.4.1.902.122"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.2.4.4.1.902.122> ] ;
fhir:code [ fhir:v "000039" ] ;
fhir:display [ fhir:v "ALLE NSAID'S (INCL. SALICYLATEN)" ] ] ) ;
fhir:text [ fhir:v "ALLE NSAID'S (INCL. SALICYLATEN)" ]
] ; #
fhir:patient [
fhir:l <https://example.org/Patient/12A188A91ED05B87A4335425414F9FBAA6F4462C378D533A8F019C0F20712D36> ;
fhir:reference [ fhir:v "https://example.org/Patient/12A188A91ED05B87A4335425414F9FBAA6F4462C378D533A8F019C0F20712D36" ] ;
fhir:display [ fhir:v "Test Gestructureerd Vipp" ]
] ; #
fhir:onset [
a fhir:DateTime ;
fhir:v "2019-11-12"^^xsd:date
] ; #
fhir:reaction ( [
( fhir:manifestation [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/v3/NullFlavor"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/v3/NullFlavor> ] ;
fhir:code [ fhir:v "OTH" ] ;
fhir:display [ fhir:v "other" ] ] ) ;
fhir:text [ fhir:v "Huiduitslag" ] ] )
] ) . #
IG © 2023+ RIVO-NN HL7NL. Package hl7.fhir.nl.zorgviewer#1.22.0 based on FHIR 3.0.2. Generated 2026-01-12
Links: Table of Contents |
QA Report