RIVO-Noord Zorgviewer Implementation Guide
1.9.1 - CI build Netherlands flag

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.9.1 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

: Epic AllergyIntolerance Example - TTL Representation

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eot677ioPb4frLYJYyuabIg3"] ; # 
  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\"><p class=\"res-header-id\"><b>Gegenereerde narrative: AllergyIntolerance eot677ioPb4frLYJYyuabIg3</b></p><a name=\"eot677ioPb4frLYJYyuabIg3\"> </a><a name=\"hceot677ioPb4frLYJYyuabIg3\"> </a><a name=\"eot677ioPb4frLYJYyuabIg3-nl-NL\"> </a><p><b>clinicalStatus</b>: Active</p><p><b>verificationStatus</b>: Confirmed</p><p><b>category</b>: Food</p><p><b>code</b>: <span title=\"Codes:\">PINDA</span></p><p><b>patient</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=https://example.org/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3\">Fictief, Jan</a></p><p><b>onset</b>: 2017-12-03 --&gt; (continue)</p><p><b>assertedDate</b>: 2017-12-03 10:23:22+0000</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Description</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Erythrodermie</span></td><td>Erythrodermie</td><td>Moderate</td></tr></table></div>"
  ] ; # 
  fhir:clinicalStatus [ fhir:v "active"] ; # 
  fhir:verificationStatus [ fhir:v "confirmed"] ; # 
  fhir:category ( [ fhir:v "food"] ) ; # 
  fhir:code [
fhir:text [ fhir:v "PINDA" ]
  ] ; # 
  fhir:patient [
fhir:link <https://example.org/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3> ;
fhir:reference [ fhir:v "https://example.org/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3" ] ;
fhir:display [ fhir:v "Fictief, Jan" ]
  ] ; # 
  fhir:onset [
a fhir:Period ;
fhir:start [ fhir:v "2017-12-03"^^xsd:date ]
  ] ; # 
  fhir:assertedDate [ fhir:v "2017-12-03T10:23:22Z"^^xsd:dateTime] ; # 
  fhir:reaction ( [
    ( fhir:manifestation [
fhir:text [ fhir:v "Erythrodermie" ]     ] ) ;
fhir:description [ fhir:v "Erythrodermie" ] ;
fhir:severity [ fhir:v "moderate" ]
  ] ) . #