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

: Chipsoft Procedure 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:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "2.16.840.1.113883.2.4.3.124.7.47519.41230000001716"] ; # 
  fhir:meta [
    ( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-Procedure"^^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: Procedure 2.16.840.1.113883.2.4.3.124.7.47519.41230000001716</b></p><a name=\"2.16.840.1.113883.2.4.3.124.7.47519.41230000001716\"> </a><a name=\"hc2.16.840.1.113883.2.4.3.124.7.47519.41230000001716\"> </a><a name=\"2.16.840.1.113883.2.4.3.124.7.47519.41230000001716-nl-NL\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.2.4.3.124.7.47519.4</code>/1230000001716</p><p><b>status</b>: Unknown</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 387713003}\">Surgical procedure</span></p><p><b>code</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.2.4.3.120.5.3 00090991}\">implantatie van totale knieprothese</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=http://example.org/Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1\">Johan XXX_Helleman_Afblijven</a></p><p><b>performed</b>: 2012-06-05 --&gt; 2012-06-05</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=http://example.org/Practitioner/571250c2-7121-479a-827d-59f6d7b55532\">Lisette van Cruijningen de Winter</a></td></tr></table><p><b>location</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=http://example.org/Location/2.16.528.1.1007.3.300002729\">Drachten</a></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 72696002}\">Knee region structure (body structure)</span></p><p><b>note</b>: Implantant, Gen 2 Tibia Insert 5/6-9mm</p><h3>FocalDevices</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manipulated</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=http://example.org/Device/14acb649-b79e-4568-b31f-629eada91c9e\">1101010000000505047453079901</a></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.124.7.47519.4"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1230000001716" ]
  ] ) ; # 
  fhir:status [ fhir:v "unknown"] ; # 
  fhir:category [
    ( fhir:coding [
a sct:387713003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "387713003" ] ;
fhir:display [ fhir:v "Surgical procedure" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.120.5.3"^^xsd:anyURI ] ;
fhir:code [ fhir:v "00090991" ] ;
fhir:display [ fhir:v "implantatie van totale knieprothese" ]     ] ) ;
fhir:text [ fhir:v "implantatie van totale knieprothese" ]
  ] ; # 
  fhir:subject [
fhir:link <http://example.org/Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1> ;
fhir:reference [ fhir:v "http://example.org/Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1" ] ;
fhir:display [ fhir:v "Johan XXX_Helleman_Afblijven" ]
  ] ; # 
  fhir:performed [
a fhir:Period ;
fhir:start [ fhir:v "2012-06-05"^^xsd:date ] ;
fhir:end [ fhir:v "2012-06-05"^^xsd:date ]
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:link <http://example.org/Practitioner/571250c2-7121-479a-827d-59f6d7b55532> ;
      ( fhir:extension [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:link <http://example.org/PractitionerRole/A5F5EBBAA991DCD91820C4392F9C21F478703FEFC0AFB9CFF5DFF60CC05FDE70> ;
fhir:reference [ fhir:v "http://example.org/PractitionerRole/A5F5EBBAA991DCD91820C4392F9C21F478703FEFC0AFB9CFF5DFF60CC05FDE70" ] ;
fhir:display [ fhir:v "Onbekende functiecode." ]         ]       ] ) ;
fhir:reference [ fhir:v "http://example.org/Practitioner/571250c2-7121-479a-827d-59f6d7b55532" ] ;
fhir:display [ fhir:v "Lisette van Cruijningen de Winter" ]     ]
  ] ) ; # 
  fhir:location [
fhir:link <http://example.org/Location/2.16.528.1.1007.3.300002729> ;
fhir:reference [ fhir:v "http://example.org/Location/2.16.528.1.1007.3.300002729" ] ;
fhir:display [ fhir:v "Drachten" ]
  ] ; # 
  fhir:bodySite ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/BodySite-Qualifier"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:7771000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7771000" ] ;
fhir:display [ fhir:v "Left" ]         ] ) ;
fhir:text [ fhir:v "Links" ]       ]     ] ) ;
    ( fhir:coding [
a sct:72696002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72696002" ] ;
fhir:display [ fhir:v "Knee region structure (body structure)" ]     ] ) ;
fhir:text [ fhir:v "Knee region structure (body structure)" ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Implantant, Gen 2 Tibia Insert 5/6-9mm" ]
  ] ) ; # 
  fhir:focalDevice ( [
fhir:manipulated [
fhir:link <http://example.org/Device/14acb649-b79e-4568-b31f-629eada91c9e> ;
fhir:reference [ fhir:v "http://example.org/Device/14acb649-b79e-4568-b31f-629eada91c9e" ] ;
fhir:display [ fhir:v "1101010000000505047453079901" ]     ]
  ] ) . #