PanCareSurPass Project HL7 FHIR Implementation Guide, published by PanCareSurPass Project. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/pcsp/ and changes regularly. See the Directory of published versions
: 21987 - 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 "21987"] ; #
fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2022-12-22T11:54:53.700+01:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#fkQXXZjEU70uZhUo"^^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>Generated Narrative: Procedure 21987</b></p><a name=\"21987\"> </a><a name=\"hc21987\"> </a><a name=\"21987-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 2; Last updated: 2022-12-22 11:54:53+0100; </p><p style=\"margin-bottom: 0px\">Information Source: #fkQXXZjEU70uZhUo</p></div><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 392230005}\">Catheterization of vein (procedure)</span></p><p><b>subject</b>: <a href=\"Patient/20952\">Patient/20952</a></p><p><b>reasonReference</b>: <a href=\"Condition/20953\">Condition/20953</a></p><p><b>bodySite</b>: <span title=\"Codes:\">Import</span></p><h3>FocalDevices</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Action</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 129303008}\">Removal - action</span></td></tr></table></div>"
] ; #
fhir:code [
( fhir:coding [
a sct:392230005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "392230005" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/20952" ]
] ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/20953" ]
] ) ; #
fhir:bodySite ( [
fhir:text [ fhir:v "Import" ]
] ) ; #
fhir:focalDevice ( [
fhir:action [
( fhir:coding [
a sct:129303008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "129303008" ] ] ) ]
] ) . #