CodeSystem-action-type
@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 "action-type"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ActionType</h2><div><p>The type of action defined by a given level in the PlanDefinition action hierarchy</p>\n</div><p>This code system http://nccn.org/fhir/CodeSystem/action-type defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>regimenOption<a name=\"action-type-regimenOption\"> </a></td><td>regimen option</td><td>One option for the regimen specified on this order template</td></tr><tr><td>regimenPart<a name=\"action-type-regimenPart\"> </a></td><td>regimen part</td><td>Regimen can be split into different courses or parts within a single template</td></tr><tr><td>cycleDefinition<a name=\"action-type-cycleDefinition\"> </a></td><td>cycle definition</td><td>Each regimen part has one or more cycle definitions</td></tr><tr><td>regimenEntryGroup<a name=\"action-type-regimenEntryGroup\"> </a></td><td>regimen entry group</td><td>When a regimen entry includes optionality such as a dosage option, these options will be grouped under a common regimen entry group</td></tr><tr><td>regimenEntry<a name=\"action-type-regimenEntry\"> </a></td><td>regimen entry</td><td>A single medication, possibly with dosage instruction optionality, within the given regimen</td></tr><tr><td>dosageGroup<a name=\"action-type-dosageGroup\"> </a></td><td>dosage group</td><td>When a regimen entry includes dosage optionality such as a route option (e.g. PO/IV), each option will be included within a single dosage group</td></tr><tr><td>dosage<a name=\"action-type-dosage\"> </a></td><td>dosage</td><td>A single medication and dosage</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://nccn.org/fhir/CodeSystem/action-type"];
fhir:CodeSystem.name [ fhir:value "ActionType"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2017-04-14T19:53:50-04:00"^^xsd:dateTime];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ] ], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ] ]
];
fhir:CodeSystem.description [ fhir:value "The type of action defined by a given level in the PlanDefinition action hierarchy"];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.valueSet [ fhir:value "http://nccn.org/fhir/ValueSet/action-type"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "regimenOption" ];
fhir:CodeSystem.concept.display [ fhir:value "regimen option" ];
fhir:CodeSystem.concept.definition [ fhir:value "One option for the regimen specified on this order template" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "regimenPart" ];
fhir:CodeSystem.concept.display [ fhir:value "regimen part" ];
fhir:CodeSystem.concept.definition [ fhir:value "Regimen can be split into different courses or parts within a single template" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "cycleDefinition" ];
fhir:CodeSystem.concept.display [ fhir:value "cycle definition" ];
fhir:CodeSystem.concept.definition [ fhir:value "Each regimen part has one or more cycle definitions" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "regimenEntryGroup" ];
fhir:CodeSystem.concept.display [ fhir:value "regimen entry group" ];
fhir:CodeSystem.concept.definition [ fhir:value "When a regimen entry includes optionality such as a dosage option, these options will be grouped under a common regimen entry group" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "regimenEntry" ];
fhir:CodeSystem.concept.display [ fhir:value "regimen entry" ];
fhir:CodeSystem.concept.definition [ fhir:value "A single medication, possibly with dosage instruction optionality, within the given regimen" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "dosageGroup" ];
fhir:CodeSystem.concept.display [ fhir:value "dosage group" ];
fhir:CodeSystem.concept.definition [ fhir:value "When a regimen entry includes dosage optionality such as a route option (e.g. PO/IV), each option will be included within a single dosage group" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "dosage" ];
fhir:CodeSystem.concept.display [ fhir:value "dosage" ];
fhir:CodeSystem.concept.definition [ fhir:value "A single medication and dosage" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.