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-resource-identifier-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-resource-identifier-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\">mcode-patient<a name=\"mcode-resource-identifier-cs-mcode-patient\"> </a></td><td>mCODE Patient Group Resource</td><td>Identifies a Group resource containing mCODE cancer patients that conforms to the MCODEPatientGroup profile.</td></tr><tr><td style=\"white-space:nowrap\">mcode-radiotherapy-course-summary<a name=\"mcode-resource-identifier-cs-mcode-radiotherapy-course-summary\"> </a></td><td>Radiotherapy Course Summary Resource</td><td>Identifies a Procedure resource that summarizes a radiotherapy treatment that conforms to the RadiotherapyCourseSummary profile.</td></tr><tr><td style=\"white-space:nowrap\">mcode-teleradiotherapy-treatment-phase<a name=\"mcode-resource-identifier-cs-mcode-teleradiotherapy-treatment-phase\"> </a></td><td>Teleradiotherapy Treatment Phase Resource</td><td>Identifies a Procedure resource that describes delivery of teleradiotherapy (external beam radiation) and conforms to the TeleradiotherapyTreatmentPhase profile.</td></tr><tr><td style=\"white-space:nowrap\">mcode-brachytherapy-treatment-phase<a name=\"mcode-resource-identifier-cs-mcode-brachytherapy-treatment-phase\"> </a></td><td>Brachytherapy Treatment Phase Resource</td><td>Identifies a Procedure resource that describes delivery of brachytherapy (internal or surface radiation) and conforms to the BrachytherapyTreatmentPhase profile.</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/mcode/CodeSystem/mcode-resource-identifier-cs"];
fhir:CodeSystem.version [ fhir:value "1.16.0"];
fhir:CodeSystem.name [ fhir:value "ResourceIdentifierCS"];
fhir:CodeSystem.title [ fhir:value "mCODE Resource Identifier Code System"];
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 "Concepts describing instance types, to be used in the `code` element of instances. These codes were created because no appropriate concept could be found in established vocabularies. These concepts are analogous to LOINC codes for laboratory observations: they identify the type of thing an instance represents.\n\nPlease note that while these codes may imply conformance to the profiles that use them, they are not synonymous with profiles and do not serve the same purpose in a FHIR resource for several reasons:\n\n1. An instance of a resource like Group, Observation, or Procedure may conform to multiple profiles, but may only have one 'type of thing' as determined by the value of `code` (which has a maximum cardinality of 1).\n2. `Procedure.code`, `Observation.code`, and `Group.code` elements require a [CodeableConcept data type](http://www.hl7.org/fhir/datatypes.html#CodeableConcept), which can be satisfied with a code from this code system. In contrast, a profile is identified with a [canonical URL](http://www.hl7.org/fhir/structuredefinition-definitions.html#StructureDefinition.url), which is represented by a [URI data type](http://www.hl7.org/fhir/datatypes.html#uri). In other words, a profile's canonical URL belongs in the `meta.profile` element, whereas the codes in this code system belong in `Resource.code` elements.\n3. The same `code` can correspond to more than one profile (although not the case here)."];
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 "mcode-patient" ];
fhir:CodeSystem.concept.display [ fhir:value "mCODE Patient Group Resource" ];
fhir:CodeSystem.concept.definition [ fhir:value "Identifies a Group resource containing mCODE cancer patients that conforms to the MCODEPatientGroup profile." ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "mcode-radiotherapy-course-summary" ];
fhir:CodeSystem.concept.display [ fhir:value "Radiotherapy Course Summary Resource" ];
fhir:CodeSystem.concept.definition [ fhir:value "Identifies a Procedure resource that summarizes a radiotherapy treatment that conforms to the RadiotherapyCourseSummary profile." ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "mcode-teleradiotherapy-treatment-phase" ];
fhir:CodeSystem.concept.display [ fhir:value "Teleradiotherapy Treatment Phase Resource" ];
fhir:CodeSystem.concept.definition [ fhir:value "Identifies a Procedure resource that describes delivery of teleradiotherapy (external beam radiation) and conforms to the TeleradiotherapyTreatmentPhase profile." ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "mcode-brachytherapy-treatment-phase" ];
fhir:CodeSystem.concept.display [ fhir:value "Brachytherapy Treatment Phase Resource" ];
fhir:CodeSystem.concept.definition [ fhir:value "Identifies a Procedure resource that describes delivery of brachytherapy (internal or surface radiation) and conforms to the BrachytherapyTreatmentPhase profile." ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.