CH IPS (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-ips/ and changes regularly. See the Directory of published versions
: UC 1.2: Stent Placement - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "ad3ec07d-1814-4faf-86fd-1a8ebeecb5fe"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Procedure-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Procedure-uv-ips> ] )
] ; #
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 ad3ec07d-1814-4faf-86fd-1a8ebeecb5fe</b></p><a name=\"ad3ec07d-1814-4faf-86fd-1a8ebeecb5fe\"> </a><a name=\"hcad3ec07d-1814-4faf-86fd-1a8ebeecb5fe\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/uv/ips/2024Sep/StructureDefinition-Procedure-uv-ips.html\">Procedure (IPS)</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 36969009}\">Placement of stent in coronary artery (procedure)</span></p><p><b>subject</b>: <a href=\"Bundle-UC1-SwissIpsDocument2.html#urn-uuid-8383926c-ece1-4384-94bc-b4250b4cb71b\">Monika Wegmüller</a></p><p><b>performed</b>: 2022-09-27</p><p><b>reasonCode</b>: <span title=\"Codes:\">Koronare Herzkrankheit</span></p><p><b>reasonReference</b>: <a href=\"Bundle-UC1-SwissIpsDocument2.html#urn-uuid-2c67cf62-d712-44c7-aedb-b5582bc707f1\">Koronare Herzkrankheit</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:code [
( fhir:coding [
a sct:36969009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "36969009" ] ;
fhir:display [ fhir:v "Placement of stent in coronary artery (procedure)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:8383926c-ece1-4384-94bc-b4250b4cb71b" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Monika Wegmüller" ]
] ; #
fhir:performed [
a fhir:dateTime ;
fhir:v "2022-09-27"^^xsd:date
] ; #
fhir:reasonCode ( [
fhir:text [ fhir:v "Koronare Herzkrankheit" ]
] ) ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "urn:uuid:2c67cf62-d712-44c7-aedb-b5582bc707f1" ] ;
fhir:type [ fhir:v "Condition"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Koronare Herzkrankheit" ]
] ) . #