ESMD FHIR Implementation Guide
1.0.0 - esmd

ESMD FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Service Registration Action Requested - JSON Representation

Active as of 2024-04-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "Esmd-CS-ActionRequested",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem Esmd-CS-ActionRequested</b></p><a name=\"Esmd-CS-ActionRequested\"> </a><a name=\"hcEsmd-CS-ActionRequested\"> </a><a name=\"Esmd-CS-ActionRequested-en-US\"> </a><p>This case-sensitive code system <code>https://terminology.esmduat.cms.gov:8099/fhir/CodeSystem/Esmd-CS-ActionRequested</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\">A<a name=\"Esmd-CS-ActionRequested-A\"> </a></td><td>Add a new provider or service</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"Esmd-CS-ActionRequested-E\"> </a></td><td>Sending the ADR’s only as eMDR</td></tr><tr><td style=\"white-space:nowrap\">R<a name=\"Esmd-CS-ActionRequested-R\"> </a></td><td>Remove provider or service</td></tr></table></div>"
  },
  "url" : "https://terminology.esmduat.cms.gov:8099/fhir/CodeSystem/Esmd-CS-ActionRequested",
  "version" : "1.0.0",
  "name" : "EsmdCSActionRequested",
  "title" : "Service Registration Action Requested",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-16T10:59:15-00:00",
  "publisher" : "CMS FHIR esMD",
  "contact" : [
    {
      "name" : "CMS FHIR esMD",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.cms.gov/data-research/computer-data-systems/esmd"
        },
        {
          "system" : "email",
          "value" : "esmd_support@cms.hhs.gov"
        }
      ]
    }
  ],
  "description" : "Esmd-CS-ActionRequested is a custom esMD FHIR code system resource that contains the list of all codes and related descriptions that are used to communicate the specific registration request actions that are used within the esMD Service Registration workflow.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "A",
      "display" : "Add a new provider or service",
      "designation" : [
        {
          "use" : {
            "system" : "http://terminology.hl7.org/CodeSystem/designation-usage",
            "code" : "display"
          },
          "value" : "Add a new provider or service"
        }
      ]
    },
    {
      "code" : "E",
      "display" : "Sending the ADR’s only as eMDR",
      "designation" : [
        {
          "use" : {
            "system" : "http://terminology.hl7.org/CodeSystem/designation-usage",
            "code" : "display"
          },
          "value" : "Sending the ADR’s only as eMDR"
        }
      ]
    },
    {
      "code" : "R",
      "display" : "Remove provider or service",
      "designation" : [
        {
          "use" : {
            "system" : "http://terminology.hl7.org/CodeSystem/designation-usage",
            "code" : "display"
          },
          "value" : "Remove provider or service"
        }
      ]
    }
  ]
}