LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: FFV Schedule Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "ffv-schedule",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/ffv-schedule</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">monthly<a name=\"ffv-schedule-monthly\"> </a></td><td>Monthly</td></tr><tr><td style=\"white-space:nowrap\">quarterly<a name=\"ffv-schedule-quarterly\"> </a></td><td>Quarterly</td></tr><tr><td style=\"white-space:nowrap\">biannually<a name=\"ffv-schedule-biannually\"> </a></td><td>Biannually</td></tr><tr><td style=\"white-space:nowrap\">annually<a name=\"ffv-schedule-annually\"> </a></td><td>Annually</td></tr><tr><td style=\"white-space:nowrap\">ondatareceipt<a name=\"ffv-schedule-ondatareceipt\"> </a></td><td>On reciept of data</td></tr></table></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/ffv-schedule",
"version" : "8.0.0",
"name" : "FFVScheduleCodeSystem",
"title" : "FFV Schedule Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "LinuxForHealth fee for value initiative schedule codes",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "monthly",
"display" : "Monthly"
},
{
"code" : "quarterly",
"display" : "Quarterly"
},
{
"code" : "biannually",
"display" : "Biannually"
},
{
"code" : "annually",
"display" : "Annually"
},
{
"code" : "ondatareceipt",
"display" : "On reciept of data"
}
]
}