CodeSystem-count-units
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="count-units"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><h2>CountUnits</h2><div><p>The units in which the count is expressed</p>
</div><p>This code system http://nccn.org/fhir/CodeSystem/count-units 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>cycles<a name="count-units-cycles"> </a></td><td>Cycles</td><td>Indicates that the count is based on the number of cycles</td></tr><tr><td>doses<a name="count-units-doses"> </a></td><td>Doses</td><td>Indicates that the count is based on the number of doses</td></tr></table></div>
</text>
<url value="http://nccn.org/fhir/CodeSystem/count-units"/>
<name value="CountUnits"/>
<status value="draft"/>
<experimental value="false"/>
<date value="2017-04-14T19:53:50-04:00"/>
<contact>
<telecom>
<system value="url"/>
</telecom>
<telecom>
<system value="email"/>
</telecom>
</contact>
<description value="The units in which the count is expressed"/>
<caseSensitive value="true"/>
<valueSet value="http://nccn.org/fhir/ValueSet/count-units"/>
<content value="complete"/>
<concept>
<code value="cycles"/>
<display value="Cycles"/>
<definition
value="Indicates that the count is based on the number of cycles"/>
</concept>
<concept>
<code value="doses"/>
<display value="Doses"/>
<definition value="Indicates that the count is based on the number of doses"/>
</concept>
</CodeSystem>