LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Engagement Product Codes - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "eng-product",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/eng-product</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">campaign<a name=\"eng-product-campaign\"> </a></td><td>Campaign</td><td>Custom campaigns configured for patient engagment</td></tr><tr><td style=\"white-space:nowrap\">care-gap<a name=\"eng-product-care-gap\"> </a></td><td>Care Gap</td><td>Automated comminications based on cohorting and patient care gaps</td></tr><tr><td style=\"white-space:nowrap\">appt-reminder<a name=\"eng-product-appt-reminder\"> </a></td><td>Remind</td><td>Automated appointment reminders</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/eng-product",
  "version" : "8.0.0",
  "name" : "EngagementProductCodeSystem",
  "title" : "Engagement Product Codes",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "LinuxForHealth engagement products",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "campaign",
      "display" : "Campaign",
      "definition" : "Custom campaigns configured for patient engagment"
    },
    {
      "code" : "care-gap",
      "display" : "Care Gap",
      "definition" : "Automated comminications based on cohorting and patient care gaps"
    },
    {
      "code" : "appt-reminder",
      "display" : "Remind",
      "definition" : "Automated appointment reminders"
    }
  ]
}