RIVO-Noord Zorgviewer Implementation Guide
1.5.0 - 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.5.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 met overzicht notitie - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "eod0yZoGGXEapUI7nJwX4tA3"] ; # 
  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 eod0yZoGGXEapUI7nJwX4tA3</b></p><a name=\"eod0yZoGGXEapUI7nJwX4tA3\"> </a><a name=\"hceod0yZoGGXEapUI7nJwX4tA3\"> </a><a name=\"eod0yZoGGXEapUI7nJwX4tA3-nl-NL\"> </a><p><b>clinicalStatus</b>: Active</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://loinc.org 75310-3}, {http://argonautwiki.hl7.org/extension-codes health-concern}\">Health Concern</span></p><p><b>severity</b>: <span title=\"Codes:\">laag</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-nl F43.1}, {http://hl7.org/fhir/sid/icd-10-nl F43.1}\">posttraumatische stressstoornis (incl. de posttraumatische-stressstoornis bij kinderen van 6 jaar en jonger)</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=https://example.org/POC-OAUTH2/api/FHIR/STU3/Patient/eH4ng98difN8LJcKjg54GkA3\">Fictief, Jan-Willem</a></p><p><b>onset</b>: 2023-02-23 --&gt; 2023-02-23</p><p><b>assertedDate</b>: 2023-02-23</p><p><b>note</b>: 2022-02: ziekte van Crohn\r\n2021-07: Complicatie ANPY infectie lokaal\r\n2021-03: zwanger\r\n  Bezoekinformatie is niet beschikbaar. \r\n  \r\n  Beleid \r\n  \r\n  test test test refreshable\r\n2021-01: relatieproblemen tussen brussen (siblings)\r\n  testje\r\n2020-08: diabetisch maculaoedeem\r\n2020-04: hoofdpijn\r\n2020-03: gastro-intestinale bloeding\r\n2019-11: posttraumatische stressstoornis (incl. de posttraumatische-\r\nstressstoornis bij kinderen van 6 jaar en jonger), met uitgestelde \r\nexpressie\r\n2019-07: maligne melanoom\r\n2019-05: depressieve stoornis, eenmalige episode - licht\r\n2019-05: kleincellig neuro-endocrien carcinoom van long\r\n2019-04: verdenking op levertumor\r\n2019-04: erysipeloïd\r\n2019-04: verdenking op aandoening van schildklier\r\n2019-02: kleincellig longcarcinoom\r\n2018-12: pijn bij endometriose\r\n2018-12: endometriose\r\n2018-12: prikaccident/MRSA (UMCG standaard procedure)\r\n2018-03: buikpijn\r\n\r\n\r\n</p></div>"
  ] ; # 
  fhir:clinicalStatus [ fhir:v "active"] ; # 
  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 loinc:75310-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75310-3" ] ;
fhir:display [ fhir:v "Health concerns" ]     ] [
fhir:system [ fhir:v "http://argonautwiki.hl7.org/extension-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "health-concern" ] ;
fhir:display [ fhir:v "Health Concern" ]     ] ) ;
fhir:text [ fhir:v "Health Concern" ]
  ] ) ; # 
  fhir:severity [
fhir:text [ fhir:v "laag" ]
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-nl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "F43.1" ]     ] [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-nl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "F43.1" ]     ] ) ;
fhir:text [ fhir:v "posttraumatische stressstoornis (incl. de posttraumatische-stressstoornis bij kinderen van 6 jaar en jonger)" ]
  ] ; # 
  fhir:subject [
fhir:link <https://example.org/POC-OAUTH2/api/FHIR/STU3/Patient/eH4ng98difN8LJcKjg54GkA3> ;
fhir:reference [ fhir:v "https://example.org/POC-OAUTH2/api/FHIR/STU3/Patient/eH4ng98difN8LJcKjg54GkA3" ] ;
fhir:display [ fhir:v "Fictief, Jan-Willem" ]
  ] ; # 
  fhir:onset [
a fhir:Period ;
fhir:start [ fhir:v "2023-02-23"^^xsd:date ] ;
fhir:end [ fhir:v "2023-02-23"^^xsd:date ]
  ] ; # 
  fhir:assertedDate [ fhir:v "2023-02-23"^^xsd:date] ; # 
  fhir:note ( [
fhir:text [ fhir:v "2022-02: ziekte van Crohn\r\n2021-07: Complicatie ANPY infectie lokaal\r\n2021-03: zwanger\r\n  Bezoekinformatie is niet beschikbaar. \r\n  \r\n  Beleid \r\n  \r\n  test test test refreshable\r\n2021-01: relatieproblemen tussen brussen (siblings)\r\n  testje\r\n2020-08: diabetisch maculaoedeem\r\n2020-04: hoofdpijn\r\n2020-03: gastro-intestinale bloeding\r\n2019-11: posttraumatische stressstoornis (incl. de posttraumatische-\r\nstressstoornis bij kinderen van 6 jaar en jonger), met uitgestelde \r\nexpressie\r\n2019-07: maligne melanoom\r\n2019-05: depressieve stoornis, eenmalige episode - licht\r\n2019-05: kleincellig neuro-endocrien carcinoom van long\r\n2019-04: verdenking op levertumor\r\n2019-04: erysipeloïd\r\n2019-04: verdenking op aandoening van schildklier\r\n2019-02: kleincellig longcarcinoom\r\n2018-12: pijn bij endometriose\r\n2018-12: endometriose\r\n2018-12: prikaccident/MRSA (UMCG standaard procedure)\r\n2018-03: buikpijn\r\n\r\n\r\n" ]
  ] ) . #