HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: Executable Task Types Code System - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "executabletask-type",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-11-30T21:30:55.997+00:00",
    "source" : "#jBd791oitbDNh5nI"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/ecr/CodeSystem/executabletask-type 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\">start<a name=\"executabletask-type-start\"> </a></td><td>Encounter Start</td><td>This action represents the start of an Encounter upon matching of a trigger code to one of the values in the eRSD value sets.</td></tr><tr><td style=\"white-space:nowrap\">check-reportable<a name=\"executabletask-type-check-reportable\"> </a></td><td>Check Reportable</td><td>This action represents the check for suspected reportability of the eICR.</td></tr><tr><td style=\"white-space:nowrap\">create-and-report-eicr<a name=\"executabletask-type-create-and-report-eicr\"> </a></td><td>Create And Report eICR</td><td>This action represents creation and reporting of the eICR.</td></tr><tr><td style=\"white-space:nowrap\">create-eicr<a name=\"executabletask-type-create-eicr\"> </a></td><td>Create eICR</td><td>The task represents the initial creation of the eICR.</td></tr><tr><td style=\"white-space:nowrap\">validate-eicr<a name=\"executabletask-type-validate-eicr\"> </a></td><td>Validate eICR</td><td>The task carries out validation of an eICR.</td></tr><tr><td style=\"white-space:nowrap\">route-and-send-eicr<a name=\"executabletask-type-route-and-send-eicr\"> </a></td><td>Route and Send eICR</td><td>The task represents the routing and sending of an eICR.</td></tr><tr><td style=\"white-space:nowrap\">report-eicr<a name=\"executabletask-type-report-eicr\"> </a></td><td>Report eICR</td><td>This action represents the reporting of the eICR.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/ecr/CodeSystem/executabletask-type",
  "version" : "1.1.0",
  "name" : "CodeSystem_ExecutableTask_Types",
  "title" : "Executable Task Types Code System",
  "status" : "active",
  "date" : "2020-12-16T19:27:50+00:00",
  "publisher" : "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)",
  "contact" : [
    {
      "name" : "HL7 International - Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "This code system contains codes that describe the executable task types.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "start",
      "display" : "Encounter Start",
      "definition" : "This action represents the start of an Encounter upon matching of a trigger code to one of the values in the eRSD value sets."
    },
    {
      "code" : "check-reportable",
      "display" : "Check Reportable",
      "definition" : "This action represents the check for suspected reportability of the eICR."
    },
    {
      "code" : "create-and-report-eicr",
      "display" : "Create And Report eICR",
      "definition" : "This action represents creation and reporting of the eICR."
    },
    {
      "code" : "create-eicr",
      "display" : "Create eICR",
      "definition" : "The task represents the initial creation of the eICR."
    },
    {
      "code" : "validate-eicr",
      "display" : "Validate eICR",
      "definition" : "The task carries out validation of an eICR."
    },
    {
      "code" : "route-and-send-eicr",
      "display" : "Route and Send eICR",
      "definition" : "The task represents the routing and sending of an eICR."
    },
    {
      "code" : "report-eicr",
      "display" : "Report eICR",
      "definition" : "This action represents the reporting of the eICR."
    }
  ]
}