minimal Common Oncology Data Elements (mCODE) Implementation Guide 4.0.0 - STU4
Publication Build: This will be filled in by the publication tooling
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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "tg263-vs"] ; # 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: ValueSet tg263-vs</b></p><a name=\"tg263-vs\"> </a><a name=\"hctg263-vs\"> </a><a name=\"tg263-vs-en-US\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-tg263-cs.html\"><code>http://hl7.org/fhir/us/mcode/CodeSystem/tg263-cs</code></a></li></ul></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "cic" ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/us/mcode/ValueSet/tg263-vs"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.15.48.99" ] ] ) ; # fhir:version [ fhir:v "4.0.0"] ; # fhir:name [ fhir:v "TG263VS"] ; # fhir:title [ fhir:v "TG263 ValueSet"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2025-02-16T19:03:56+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 "Placeholder ValueSet to represent concepts from the American Association of Physicists in Medicine (AAPM) [Task Group 263 report on Standardizing Nomenclatures in Radiation Oncology][TG263]."] ; # 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:compose [ ( fhir:include [ fhir:system [ fhir:v "http://hl7.org/fhir/us/mcode/CodeSystem/tg263-cs"^^xsd:anyURI ] ] ) ] . #