This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.16.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
@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:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "mcode-catch-code-cs"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/mcode/CodeSystem/mcode-catch-code-cs defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">PCC-OTHER<a name=\"mcode-catch-code-cs-PCC-OTHER\"> </a></td><td>Other Primary Cancer Condition, Specify</td><td>Code to be used when the desired concept is not represented base value set. This code represents the equivalent of 'Other, specify: _________'. Specify the additional concept as the second coding.</td></tr><tr><td style=\"white-space:nowrap\">SCC-OTHER<a name=\"mcode-catch-code-cs-SCC-OTHER\"> </a></td><td>Other Secondary Cancer Condition, Specify</td><td>Code to be used when the desired concept is not represented base value set. This code represents the equivalent of 'Other, specify: _________'. Specify the additional concept as the second coding.</td></tr><tr><td style=\"white-space:nowrap\">TMT-OTHER<a name=\"mcode-catch-code-cs-TMT-OTHER\"> </a></td><td>Other Tumor Marker Test, Specify</td><td>Code to be used when the desired concept is not represented base value set. This code represents the equivalent of 'Other, specify: _________'. Specify the additional concept as the second coding.</td></tr><tr><td style=\"white-space:nowrap\">CD-OTHER<a name=\"mcode-catch-code-cs-CD-OTHER\"> </a></td><td>Other Cancer Disorder, Specify</td><td>Code to be used when the desired concept is not represented base value set. This code represents the equivalent of 'Other, specify: _________'. Specify the additional concept as the second coding.</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/mcode/CodeSystem/mcode-catch-code-cs"];
fhir:CodeSystem.version [ fhir:value "1.16.0"];
fhir:CodeSystem.name [ fhir:value "CatchCodeCS"];
fhir:CodeSystem.title [ fhir:value "mCODE Catch Codes"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2021-04-15T12:44:45+00:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "HL7 International Clinical Interoperability Council"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 International Clinical Interoperability Council" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cic" ] ], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "ciclist@lists.HL7.org" ] ]
];
fhir:CodeSystem.description [ fhir:value "Codes needed for positive identification of certain types of instances, more specifically, to uniquely associate instances with slices when they are used in bundles. The codes in this code system are used when a concept falls outside of the defined set of codes. They make it possible to use 'required' bindings where 'extensible' bindings would result an instance matching multiple slices and thus trigger validation errors."];
fhir:CodeSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ];
fhir:Coding.display [ fhir:value "United States of America" ] ]
];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "PCC-OTHER" ];
fhir:CodeSystem.concept.display [ fhir:value "Other Primary Cancer Condition, Specify" ];
fhir:CodeSystem.concept.definition [ fhir:value "Code to be used when the desired concept is not represented base value set. This code represents the equivalent of 'Other, specify: _________'. Specify the additional concept as the second coding." ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "SCC-OTHER" ];
fhir:CodeSystem.concept.display [ fhir:value "Other Secondary Cancer Condition, Specify" ];
fhir:CodeSystem.concept.definition [ fhir:value "Code to be used when the desired concept is not represented base value set. This code represents the equivalent of 'Other, specify: _________'. Specify the additional concept as the second coding." ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "TMT-OTHER" ];
fhir:CodeSystem.concept.display [ fhir:value "Other Tumor Marker Test, Specify" ];
fhir:CodeSystem.concept.definition [ fhir:value "Code to be used when the desired concept is not represented base value set. This code represents the equivalent of 'Other, specify: _________'. Specify the additional concept as the second coding." ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "CD-OTHER" ];
fhir:CodeSystem.concept.display [ fhir:value "Other Cancer Disorder, Specify" ];
fhir:CodeSystem.concept.definition [ fhir:value "Code to be used when the desired concept is not represented base value set. This code represents the equivalent of 'Other, specify: _________'. Specify the additional concept as the second coding." ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.