Vital Records FHIR Messaging (VRFM) IG
2.0.0-draft-1 - ci-build

Vital Records FHIR Messaging (VRFM) IG, published by CDC NCHS. This guide is not an authorized publication; it is the continuous build for version 2.0.0-draft-1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nightingaleproject/vital_records_fhir_messaging_ig/ and changes regularly. See the Directory of published versions

: Status Codes Values - JSON Representation

Draft as of 2024-09-19

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "VRM-Status-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem VRM-Status-cs</b></p><a name=\"VRM-Status-cs\"> </a><a name=\"hcVRM-Status-cs\"> </a><a name=\"VRM-Status-cs-en-US\"> </a><p>This case-sensitive code system <code>http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/VRM-Status-cs</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\">manualCauseOfDeathCoding<a name=\"VRM-Status-cs-manualCauseOfDeathCoding\"> </a></td><td>Manual Cause of Death Coding</td><td><div><p>The death record has been sent for manual cause of death coding.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">manualDemographicCoding<a name=\"VRM-Status-cs-manualDemographicCoding\"> </a></td><td>Manual Demographic  Coding</td><td><div><p>The death record has been sent for manual demographic (race/ethnicity) coding.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">noCodingNeeded_Duplicate<a name=\"VRM-Status-cs-noCodingNeeded_Duplicate\"> </a></td><td>No Coding Needed - Duplicate</td><td><div><p>The death record is a duplicate of a previously submitted record, no coding will be performed.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">manualCodingCanceled_Update<a name=\"VRM-Status-cs-manualCodingCanceled_Update\"> </a></td><td>Manual Coding Canceled - Update</td><td><div><p>An update has been submitted for a death record that is queued for manual coding.  The manual coding\nhas been canceled for the original record.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">manualCodingCanceled_Void<a name=\"VRM-Status-cs-manualCodingCanceled_Void\"> </a></td><td>Manual Coding Canceled - Void</td><td><div><p>A void request has been received for a death record that is queued for manual coding.  The manual coding\nhas been canceled for the original record.</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/VRM-Status-cs",
  "version" : "2.0.0-draft-1",
  "name" : "StatusCS",
  "title" : "Status Codes Values",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-19T14:56:02+00:00",
  "publisher" : "CDC NCHS",
  "contact" : [
    {
      "name" : "CDC NCHS",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://cdc.gov/nchs"
        }
      ]
    }
  ],
  "description" : "Status Codes Values",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "manualCauseOfDeathCoding",
      "display" : "Manual Cause of Death Coding",
      "definition" : "The death record has been sent for manual cause of death coding."
    },
    {
      "code" : "manualDemographicCoding",
      "display" : "Manual Demographic  Coding",
      "definition" : "The death record has been sent for manual demographic (race/ethnicity) coding."
    },
    {
      "code" : "noCodingNeeded_Duplicate",
      "display" : "No Coding Needed - Duplicate",
      "definition" : "The death record is a duplicate of a previously submitted record, no coding will be performed."
    },
    {
      "code" : "manualCodingCanceled_Update",
      "display" : "Manual Coding Canceled - Update",
      "definition" : "An update has been submitted for a death record that is queued for manual coding.  The manual coding\nhas been canceled for the original record."
    },
    {
      "code" : "manualCodingCanceled_Void",
      "display" : "Manual Coding Canceled - Void",
      "definition" : "A void request has been received for a death record that is queued for manual coding.  The manual coding\nhas been canceled for the original record."
    }
  ]
}