CodeSystem-count-units
{
"resourceType" : "CodeSystem",
"id" : "count-units",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"url" : "http://nccn.org/fhir/CodeSystem/count-units",
"name" : "CountUnits",
"status" : "draft",
"experimental" : false,
"date" : "2017-04-14T19:53:50-04:00",
"contact" : [
{
"telecom" : [
{
"system" : "url"
},
{
"system" : "email"
}
]
}
],
"description" : "The units in which the count is expressed",
"caseSensitive" : true,
"valueSet" : "http://nccn.org/fhir/ValueSet/count-units",
"content" : "complete",
"concept" : [
{
"code" : "cycles",
"display" : "Cycles",
"definition" : "Indicates that the count is based on the number of cycles"
},
{
"code" : "doses",
"display" : "Doses",
"definition" : "Indicates that the count is based on the number of doses"
}
]
}