RIVO-Noord Zorgviewer Implementation Guide
1.9.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.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

: Nexus TreatmentDirective 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:_Consent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "21"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2024-04-17T10:04:24.612+02:00"^^xsd:dateTime ] ;
    ( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentDirective"^^xsd:anyURI ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                  <table>\n                     <caption>Consent. typeCode-RCT: Xxx-Helleman, J (M). id: urn:oid:2.16.840.1.113883.2.4.3.148.1.1.6.6.21 (urn:ietf:rfc:3986), Category: <span title=\"Behandelingsinstructies (artefact opnemen) (11291000146105 - SNOMED CT)\">Behandelingsinstructies (artefact opnemen)</span>, Status: status-active</caption>\n                     <tfoot>\n                        <tr>\n                           <td colspan=\"2\">testje</td>\n                        </tr>\n                     </tfoot>\n                     <tbody>\n                        <tr>\n                           <th>Consent Period</th>\n                           <td>FromNoTo 5 May 2023</td>\n                        </tr>\n                        <tr>\n                           <th>Created</th>\n                           <td>11:40:11, 9 April 2018</td>\n                        </tr>\n                        <tr>\n                           <th>Verified</th>\n                           <td>boolean-true - 5 May 2023 - <span title=\"Gevolmachtigde (8601000146109 - SNOMED CT)\">Gevolmachtigde</span>\n                           </td>\n                        </tr>\n                        <tr>\n                           <th>\n                              <span title=\"Kunstmatige beademing (40617009 - SNOMED CT)\">Kunstmatige beademing</span>\n                           </th>\n                           <td>\n                              <span title=\"Behandeling niet toegestaan en/of wenselijk (NEE - 2.16.840.1.113883.2.4.3.11.60.40.4)\">Behandeling niet toegestaan en/of wenselijk</span>\n                           </td>\n                        </tr>\n                     </tbody>\n                  </table>\n               </div>"
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "Verified"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:url [ fhir:v "VerifiedWith"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:8601000146109 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8601000146109" ] ;
fhir:display [ fhir:v "Gevolmachtigde" ]         ] )       ]     ] [
fhir:url [ fhir:v "VerificationDate"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2023-05-05"^^xsd:date ]     ] ) ;
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentDirective-Verification"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/Comment"^^xsd:anyURI ] ;
fhir:value [ fhir:v "testje" ]
  ] [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentDirective-Treatment"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:40617009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "40617009" ] ;
fhir:display [ fhir:v "Kunstmatige beademing" ]       ] )     ]
  ] ) ; # 
  fhir:modifierExtension ( [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentDirective-TreatmentPermitted"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NEE" ] ;
fhir:display [ fhir:v "Behandeling niet toegestaan en/of wenselijk" ]       ] )     ]
  ] ) ; # 
  fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.148.1.1.6.6.21" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:11291000146105 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11291000146105" ] ;
fhir:display [ fhir:v "Behandelingsinstructies (artefact opnemen)" ]     ] )
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/330073" ] ;
fhir:display [ fhir:v "Xxx-Helleman, J (M)" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2023-05-05"^^xsd:date ]
  ] ; # 
  fhir:dateTime [ fhir:v "2018-04-09T11:40:11+02:00"^^xsd:dateTime] ; # 
  fhir:policy ( [
fhir:uri [ fhir:v "http://wetten.overheid.nl/"^^xsd:anyURI ]
  ] ) . #