Da Vinci - Coverage Requirements Discovery
1.1.0-ballot - STU 1.1 US

This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v1.1.0-ballot: STU 1.1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: CRD Temporary Codes - JSON Representation

Draft as of 2022-02-17

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "temp",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/davinci-crd/CodeSystem/temp 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\">prior-auth<a name=\"temp-prior-auth\"> </a></td><td>Include in prior authorization</td></tr><tr><td style=\"white-space:nowrap\">initial-claim<a name=\"temp-initial-claim\"> </a></td><td>Include in initial claim submission</td></tr><tr><td style=\"white-space:nowrap\">all-claims<a name=\"temp-all-claims\"> </a></td><td>Include in all claim submissions</td></tr><tr><td style=\"white-space:nowrap\">to-endpoint<a name=\"temp-to-endpoint\"> </a></td><td>Send to specified endpoint</td></tr><tr><td style=\"white-space:nowrap\">reason-prior-auth<a name=\"temp-reason-prior-auth\"> </a></td><td>Needed for prior authorization</td></tr><tr><td style=\"white-space:nowrap\">after-completion-action<a name=\"temp-after-completion-action\"> </a></td><td>A task input indicating an action that should be taken after a QuestionnaireResponse has been completed on a specified Questionnaire.  (Multiple completion actions can be specified.)</td></tr><tr><td style=\"white-space:nowrap\">deferred-CRD-action<a name=\"temp-deferred-CRD-action\"> </a></td><td>A code used in CRD task profile to denote a deferred action</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-crd/CodeSystem/temp",
  "version" : "1.1.0-ballot",
  "name" : "CRDTempCodes",
  "title" : "CRD Temporary Codes",
  "status" : "draft",
  "date" : "2022-02-17T08:05:13+00:00",
  "publisher" : "HL7 International - Financial Management Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description" : "Codes temporarily defined as part of the CRD implementation guide.  These will eventually migrate into an officially maintained terminology (likely either SNOMED CT or HL7's UTG code systems).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "prior-auth",
      "display" : "Include in prior authorization"
    },
    {
      "code" : "initial-claim",
      "display" : "Include in initial claim submission"
    },
    {
      "code" : "all-claims",
      "display" : "Include in all claim submissions"
    },
    {
      "code" : "to-endpoint",
      "display" : "Send to specified endpoint"
    },
    {
      "code" : "reason-prior-auth",
      "display" : "Needed for prior authorization"
    },
    {
      "code" : "after-completion-action",
      "display" : "A task input indicating an action that should be taken after a QuestionnaireResponse has been completed on a specified Questionnaire.  (Multiple completion actions can be specified.)"
    },
    {
      "code" : "deferred-CRD-action",
      "display" : "A code used in CRD task profile to denote a deferred action"
    }
  ]
}