UV_Vital Records Birth and Fetal Death Reporting
1.1.0 - STU 1.1 International flag

UV_Vital Records Birth and Fetal Death Reporting, published by IHE International. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/fhir-bfdr/ and changes regularly. See the Directory of published versions

: CodeSystem - Replacement Status - JSON Representation

Active as of 2024-07-09

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "CodeSystem-replacement-status",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-06-21T23:24:24.183Z"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CodeSystem-replacement-status</b></p><a name=\"CodeSystem-replacement-status\"> </a><a name=\"hcCodeSystem-replacement-status\"> </a><a name=\"hcCodeSystem-replacement-status-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: versionId: id (PrimitiveType/CodeSystem.meta.versionId): native = id -&gt; 1; Last updated: 2023-06-21 23:24:24+0000</p></div><p>This case-insensitive code system <code>https://profiles.ihe.net/QRPH/bfdr/CodeSystem/CodeSystem-replacement-status</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\">original<a name=\"CodeSystem-replacement-status-original\"> </a></td><td>original record</td></tr><tr><td style=\"white-space:nowrap\">updated<a name=\"CodeSystem-replacement-status-updated\"> </a></td><td>updated record</td></tr><tr><td style=\"white-space:nowrap\">updated_notforNCHS<a name=\"CodeSystem-replacement-status-updated_notforNCHS\"> </a></td><td>updated record not for nchs</td></tr></table></div>"
  },
  "url" : "https://profiles.ihe.net/QRPH/bfdr/CodeSystem/CodeSystem-replacement-status",
  "version" : "1.1.0",
  "name" : "CodeSystemReplacement",
  "title" : "CodeSystem - Replacement Status",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-07-09T14:11:31+00:00",
  "publisher" : "IHE International",
  "contact" : [
    {
      "name" : "IHE Quality, Research and Public Health Committee",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ihe.net/ihe_domains/quality_research_and_public_health"
        }
      ]
    }
  ],
  "description" : "This CodeSystem contains codes that represent the replacement status of a record submission.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "original",
      "display" : "original record"
    },
    {
      "code" : "updated",
      "display" : "updated record"
    },
    {
      "code" : "updated_notforNCHS",
      "display" : "updated record not for nchs"
    }
  ]
}