electronic Case Reporting (eCR) Implementation Guide Release For Comment Ballot Version

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

JSON Format: CodeSystem-reporting-timeframe

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "reporting-timeframe",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>ReportingTimeframe</h2><div><p>Mandated timeframe in which the condition should be reported to the PHA</p>
</div><p>This code system http://fhir.hl7.org/us/ecr/CodeSystem/reporting-timeframe 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">24-hrs<a name="reporting-timeframe-24-hrs"> </a></td><td>TEMP_CODE_24_HOURS</td><td>Report within 24 hours by phone or electronic report.</td></tr></table></div>"
  },
  "url" : "http://fhir.hl7.org/us/ecr/CodeSystem/reporting-timeframe",
  "version" : "0.0.0",
  "name" : "ReportingTimeframe",
  "status" : "draft",
  "experimental" : false,
  "date" : "2017-12-20T12:49:51+11:00",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url"
        },
        {
          "system" : "email"
        }
      ]
    }
  ],
  "description" : "Mandated timeframe in which the condition should be reported to the PHA",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States Minor Outlying Islands (the)"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://fhir.hl7.org/us/ecr/ValueSet/reporting-timeframe",
  "content" : "complete",
  "concept" : [
    {
      "code" : "24-hrs",
      "display" : "TEMP_CODE_24_HOURS",
      "definition" : "Report within 24 hours by phone or electronic report."
    }
  ]
}