Kenya Patient Summary FHIR IG
0.1.0 - ci-build Kenya flag

Kenya Patient Summary FHIR IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Usage Frequency - JSON Representation

Draft as of 2025-12-09

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "usage-frequency",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem usage-frequency</b></p><a name=\"usage-frequency\"> </a><a name=\"hcusage-frequency\"> </a><p>This  code system <code>https://example.org/fhir/CodeSystem/usage-frequency</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\">WEEKLY<a name=\"usage-frequency-WEEKLY\"> </a></td><td>Weekly</td></tr><tr><td style=\"white-space:nowrap\">MONTHLY<a name=\"usage-frequency-MONTHLY\"> </a></td><td>Monthly</td></tr><tr><td style=\"white-space:nowrap\">QUARTERLY<a name=\"usage-frequency-QUARTERLY\"> </a></td><td>Quarterly</td></tr><tr><td style=\"white-space:nowrap\">ANNUALLY<a name=\"usage-frequency-ANNUALLY\"> </a></td><td>Annually</td></tr></table></div>"
  },
  "url" : "https://example.org/fhir/CodeSystem/usage-frequency",
  "version" : "0.1.0",
  "name" : "UsageFrequency",
  "title" : "Usage Frequency",
  "status" : "draft",
  "date" : "2025-12-09T10:36:20+00:00",
  "publisher" : "IntelliSOFT Consulting",
  "contact" : [
    {
      "name" : "IntelliSOFT Consulting",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://.com/fhir/example-publisher"
        }
      ]
    },
    {
      "name" : "KPS Team Kenya.",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@example.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Locally defined frequencies for service or product usage",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "WEEKLY",
      "display" : "Weekly"
    },
    {
      "code" : "MONTHLY",
      "display" : "Monthly"
    },
    {
      "code" : "QUARTERLY",
      "display" : "Quarterly"
    },
    {
      "code" : "ANNUALLY",
      "display" : "Annually"
    }
  ]
}