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.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
: Epic Condition 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "e-ZZJzEApAU6z8DStznS9pQ3"] ; #
fhir:meta [
( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-Problem"^^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: Condition e-ZZJzEApAU6z8DStznS9pQ3</b></p><a name=\"e-ZZJzEApAU6z8DStznS9pQ3\"> </a><a name=\"hce-ZZJzEApAU6z8DStznS9pQ3\"> </a><a name=\"e-ZZJzEApAU6z8DStznS9pQ3-nl-NL\"> </a><p><b>clinicalStatus</b>: Active</p><p><b>verificationStatus</b>: Confirmed</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/condition-category problem-list-item}\">Problem List Item</span>, <span title=\"Codes:{http://snomed.info/sct 282291009}\">interpretatie van diagnose (waarneembare entiteit)</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-nl T12.0}, {http://snomed.info/sct 46866001}\">fractuur van onderste extremiteit</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&canonical=https://example.org/Interconnect-nlsandbox/api/FHIR/STU3/Patient/eCyZ.JMxPOjgW6dUlD6yicw3\">XXX_Helleman, JOHAN</a></p><p><b>onset</b>: 2012-08-16 --> 2012-08-16</p><p><b>assertedDate</b>: 2021-08-26</p></div>"
] ; #
fhir:clinicalStatus [ fhir:v "active"] ; #
fhir:verificationStatus [ fhir:v "confirmed"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ] ] ) ;
fhir:text [ fhir:v "Problem List Item" ]
] [
( fhir:coding [
a sct:282291009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "282291009" ] ;
fhir:display [ fhir:v "interpretatie van diagnose (waarneembare entiteit)" ] ] ) ;
fhir:text [ fhir:v "interpretatie van diagnose (waarneembare entiteit)" ]
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-nl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "T12.0" ] ] [
a sct:46866001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "46866001" ] ] ) ;
fhir:text [ fhir:v "fractuur van onderste extremiteit" ]
] ; #
fhir:subject [
fhir:link <https://example.org/Interconnect-nlsandbox/api/FHIR/STU3/Patient/eCyZ.JMxPOjgW6dUlD6yicw3> ;
fhir:reference [ fhir:v "https://example.org/Interconnect-nlsandbox/api/FHIR/STU3/Patient/eCyZ.JMxPOjgW6dUlD6yicw3" ] ;
fhir:display [ fhir:v "XXX_Helleman, JOHAN" ]
] ; #
fhir:onset [
a fhir:Period ;
fhir:start [ fhir:v "2012-08-16"^^xsd:date ] ;
fhir:end [ fhir:v "2012-08-16"^^xsd:date ]
] ; #
fhir:assertedDate [ fhir:v "2021-08-26"^^xsd:date] . #