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.8.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 Procedure (Surgical History) 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 "VPwS1rhM16bYvo-c52ce7kwRKeEaUOJaDIeHsOSNJzFTQLcTN5Lcg7N50uR5v1Z4"] ; #
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 VPwS1rhM16bYvo-c52ce7kwRKeEaUOJaDIeHsOSNJzFTQLcTN5Lcg7N50uR5v1Z4</b></p><a name=\"VPwS1rhM16bYvo-c52ce7kwRKeEaUOJaDIeHsOSNJzFTQLcTN5Lcg7N50uR5v1Z4\"> </a><a name=\"hcVPwS1rhM16bYvo-c52ce7kwRKeEaUOJaDIeHsOSNJzFTQLcTN5Lcg7N50uR5v1Z4\"> </a><a name=\"VPwS1rhM16bYvo-c52ce7kwRKeEaUOJaDIeHsOSNJzFTQLcTN5Lcg7N50uR5v1Z4-nl-NL\"> </a><p><b>status</b>: Completed</p><p><b>notDone</b>: false</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 387713003}\">Surgical History</span></p><p><b>code</b>: <span title=\"Codes:\">SELECTIEVE FASCIECTOMIE</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/PRD-OAUTH2/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3\">Fictief, Jan</a></p><p><b>performed</b>: 2001 --> 2001</p></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:notDone [ fhir:v "false"^^xsd:boolean] ; #
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:text [ fhir:v "Surgical History" ]
] ; #
fhir:code [
fhir:text [ fhir:v "SELECTIEVE FASCIECTOMIE" ]
] ; #
fhir:subject [
fhir:link <https:///example.org/PRD-OAUTH2/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3> ;
fhir:reference [ fhir:v "https:///example.org/PRD-OAUTH2/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3" ] ;
fhir:display [ fhir:v "Fictief, Jan" ]
] ; #
fhir:performed [
a fhir:Period ;
fhir:start [ fhir:v "2001"^^xsd:gYear ] ;
fhir:end [ fhir:v "2001"^^xsd:gYear ]
] . #