This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v3.0.0-ballot: STU 3 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions
: Procedure Intent Value Set - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "mcode-procedure-intent-vs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> version <code>http://snomed.info/sct/900000000000207008</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/373808002\">373808002</a></td><td>Curative - procedure intent</td></tr><tr><td><a href=\"http://snomed.info/id/363676003\">363676003</a></td><td>Palliative - procedure intent</td></tr><tr><td><a href=\"http://snomed.info/id/399707004\">399707004</a></td><td>Supportive - procedure intent</td></tr><tr><td><a href=\"http://snomed.info/id/261004008\">261004008</a></td><td>Diagnostic intent</td></tr><tr><td><a href=\"http://snomed.info/id/129428001\">129428001</a></td><td>Preventive - intent</td></tr><tr><td><a href=\"http://snomed.info/id/429892002\">429892002</a></td><td>Guidance intent</td></tr><tr><td><a href=\"http://snomed.info/id/360156006\">360156006</a></td><td>Screening - procedure intent</td></tr><tr><td><a href=\"http://snomed.info/id/447295008\">447295008</a></td><td>Forensic intent</td></tr></table></li></ul></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3"^^xsd:integer ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/ValueSet/mcode-procedure-intent-vs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.0.0-ballot"] ; #
fhir:name [ fhir:v "ProcedureIntentVS"] ; #
fhir:title [ fhir:v "Procedure Intent Value Set"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-03-28T19:28:28+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International Clinical Interoperability Council"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International Clinical Interoperability Council" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cic" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "ciclist@lists.HL7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "The purpose of a procedure."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/900000000000207008" ] ;
( fhir:concept [
fhir:code [ fhir:v "373808002" ] ;
fhir:display [ fhir:v "Curative - procedure intent" ] ] [
fhir:code [ fhir:v "363676003" ] ;
fhir:display [ fhir:v "Palliative - procedure intent" ] ] [
fhir:code [ fhir:v "399707004" ] ;
fhir:display [ fhir:v "Supportive - procedure intent" ] ] [
fhir:code [ fhir:v "261004008" ] ;
fhir:display [ fhir:v "Diagnostic intent" ] ] [
fhir:code [ fhir:v "129428001" ] ;
fhir:display [ fhir:v "Preventive - intent" ] ] [
fhir:code [ fhir:v "429892002" ] ;
fhir:display [ fhir:v "Guidance intent" ] ] [
fhir:code [ fhir:v "360156006" ] ;
fhir:display [ fhir:v "Screening - procedure intent" ] ] [
fhir:code [ fhir:v "447295008" ] ;
fhir:display [ fhir:v "Forensic intent" ] ] ) ] )
] . #