Finnish Base Profiles, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 1.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/finnish-base-profiles/ and changes regularly. See the Directory of published versions
: Procedure Colotomy 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 "ProcedureColotomy"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-procedure"^^xsd:anyURI ;
fhir:link <https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-procedure> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure ProcedureColotomy</b></p><a name=\"ProcedureColotomy\"> </a><a name=\"hcProcedureColotomy\"> </a><a name=\"ProcedureColotomy-fi-FI\"> </a><p><b>identifier</b>: 3456</p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{urn:oid:1.2.246.537.6.601 TOI}\">TOI</span></p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.246.537.6.2 JFA16}, {http://snomed.info/sct 9215005}\">Colotomy</span></p><p><b>subject</b>: <a href=\"Patient-patient-of-municipality.html\">Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))</a></p><p><b>performed</b>: 2022-06-08 09:00:00+0000</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=\"Practitioner-practitioner-licensed-physician.html\">Practitioner Dave Doctor </a></td></tr></table><p><b>location</b>: <a href=\"Location-LocationExample.html\">Location Kirurgian poliklinikka</a></p></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "3456" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:category [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.601"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2013" ] ;
fhir:code [ fhir:v "TOI" ] ] )
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.2"^^xsd:anyURI ] ;
fhir:version [ fhir:v "2007" ] ;
fhir:code [ fhir:v "JFA16" ] ] [
a sct:9215005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "9215005" ] ] ) ;
fhir:text [ fhir:v "Colotomy" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-of-municipality" ]
] ; #
fhir:performed [ fhir:v "2022-06-08T09:00:00.000Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/practitioner-licensed-physician" ] ]
] ) ; #
fhir:location [
fhir:reference [ fhir:v "Location/LocationExample" ]
] . #