This page is part of the ICHOM FHIR Implementation Guide: Breast Cancer (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Page standards status: Trial-use | Maturity Level: 2 |
@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 "TreatmentTypeVS"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-TreatmentTypesCodeSystem.html\"><code>http://hl7.org/fhir/uv/ichom-breast-cancer/CodeSystem/TreatmentTypesCodeSystem</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-TreatmentTypesCodeSystem.html#TreatmentTypesCodeSystem-no-treatment\">no-treatment</a></td><td>No treatment</td></tr><tr><td><a href=\"CodeSystem-TreatmentTypesCodeSystem.html#TreatmentTypesCodeSystem-adjuvant-chemotherapy\">adjuvant-chemotherapy</a></td><td>Adjuvant chemotherapy</td></tr><tr><td><a href=\"CodeSystem-TreatmentTypesCodeSystem.html#TreatmentTypesCodeSystem-neoadjuvant-chemotherapy\">neoadjuvant-chemotherapy</a></td><td>Neoadjuvant chemotherapy</td></tr><tr><td><a href=\"CodeSystem-TreatmentTypesCodeSystem.html#TreatmentTypesCodeSystem-targeted-therapy\">targeted-therapy</a></td><td>Targeted therapy</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><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/387713003\">387713003</a></td><td>Surgical procedure</td></tr><tr><td><a href=\"http://snomed.info/id/699455008\">699455008</a></td><td>Operative procedure on axilla</td></tr><tr><td><a href=\"http://snomed.info/id/33496007\">33496007</a></td><td>Reconstruction of breast</td></tr><tr><td><a href=\"http://snomed.info/id/108290001\">108290001</a></td><td>Radiation oncology AND/OR radiotherapy</td></tr><tr><td><a href=\"http://snomed.info/id/169413002\">169413002</a></td><td>Hormone therapy</td></tr><tr><td><a href=\"http://snomed.info/id/76334006\">76334006</a></td><td>Immunotherapy</td></tr><tr><td><a href=\"http://snomed.info/id/243114000\">243114000</a></td><td>Support</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-NullFlavor.html\"><code>http://terminology.hl7.org/CodeSystem/v3-NullFlavor</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-NullFlavor.html#v3-NullFlavor-UNK\">UNK</a></td><td>unknown</td><td>**Description:**A proper value is applicable, but not known.<br/><br/>**Usage Notes**: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:<br/><br/>1. Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown')<br/>2. Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of "H" and a URL prefix of "tel:" to convey that it is the home phone number that is unknown.)</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 "2"^^xsd:integer ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/uv/ichom-breast-cancer/ImplementationGuide/hl7.fhir.uv.ichom-breast-cancer"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ichom-breast-cancer/ImplementationGuide/hl7.fhir.uv.ichom-breast-cancer> ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/uv/ichom-breast-cancer/ImplementationGuide/hl7.fhir.uv.ichom-breast-cancer"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ichom-breast-cancer/ImplementationGuide/hl7.fhir.uv.ichom-breast-cancer> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/ichom-breast-cancer/ValueSet/TreatmentTypeVS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "TreatmentTypeVS"] ; #
fhir:title [ fhir:v "Type of treatments ValueSet"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-08-21T17:29:06+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International - Clinical Interoperability Council Group"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Clinical Interoperability Council Group" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cic" ] ] )
] ) ; #
fhir:description [ fhir:v "Valueset of the kind of treatment a patient with breastcancer underwent"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
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://hl7.org/fhir/uv/ichom-breast-cancer/CodeSystem/TreatmentTypesCodeSystem"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "no-treatment" ] ;
fhir:display [ fhir:v "No treatment" ] ] [
fhir:code [ fhir:v "adjuvant-chemotherapy" ] ;
fhir:display [ fhir:v "Adjuvant chemotherapy" ] ] [
fhir:code [ fhir:v "neoadjuvant-chemotherapy" ] ;
fhir:display [ fhir:v "Neoadjuvant chemotherapy" ] ] [
fhir:code [ fhir:v "targeted-therapy" ] ;
fhir:display [ fhir:v "Targeted therapy" ] ] ) ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "387713003" ] ;
fhir:display [ fhir:v "Surgical procedure" ] ] [
fhir:code [ fhir:v "699455008" ] ;
fhir:display [ fhir:v "Operative procedure on axilla" ] ] [
fhir:code [ fhir:v "33496007" ] ;
fhir:display [ fhir:v "Reconstruction of breast" ] ] [
fhir:code [ fhir:v "108290001" ] ;
fhir:display [ fhir:v "Radiation oncology AND/OR radiotherapy" ] ] [
fhir:code [ fhir:v "169413002" ] ;
fhir:display [ fhir:v "Hormone therapy" ] ] [
fhir:code [ fhir:v "76334006" ] ;
fhir:display [ fhir:v "Immunotherapy" ] ] [
fhir:code [ fhir:v "243114000" ] ;
fhir:display [ fhir:v "Support" ] ] ) ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "UNK" ] ;
fhir:display [ fhir:v "unknown" ] ] ) ] )
] . #
IG © 2021+ HL7 International - Clinical Interoperability Council Group. Package hl7.fhir.uv.ichom-breast-cancer#1.0.0 based on FHIR 4.0.1. Generated 2023-08-21
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change