Publication Build: This will be filled in by the publication tooling
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.124.7.48765.2"^^xsd:anyURI ] ;
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:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v3/ActStatus"^^xsd:anyURI ] ;
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:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:419511003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
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:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:255604002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
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: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:link <https://example.org/Patient/12A188A91ED05B87A4335425414F9FBAA6F4462C378D533A8F019C0F20712D36> ;
fhir:reference [ fhir:v "https://example.org/Patient/12A188A91ED05B87A4335425414F9FBAA6F4462C378D533A8F019C0F20712D36" ] ;
fhir:display [ fhir:v "Test Gestructureerd Vipp" ]
] ; #
fhir:onset [ 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: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.11.0 based on FHIR 3.0.2. Generated 2025-01-20
Links: Table of Contents |
QA Report