OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: Diagnostic Report Status - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "diagnostic-report--status-code-system",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-diagnostic-report-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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">final<a name=\"diagnostic-report--status-code-system-final\"> </a></td><td>Final</td><td>The report is complete and verified by an authorized person.</td></tr><tr><td style=\"white-space:nowrap\">preliminary<a name=\"diagnostic-report--status-code-system-preliminary\"> </a></td><td>Preliminary</td><td>Verified early results are available, but not all results are final.</td></tr><tr><td style=\"white-space:nowrap\">registered<a name=\"diagnostic-report--status-code-system-registered\"> </a></td><td>Registered</td><td>The existence of the report is registered, but there is nothing yet available.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"diagnostic-report--status-code-system-unknown\"> </a></td><td>Unknown</td><td>The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.</td></tr></table></div>"
},
"url" : "https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-diagnostic-report-status",
"version" : "0.1.0",
"name" : "DiagnosticReportStatusCodeSystem",
"title" : "Diagnostic Report Status",
"status" : "active",
"date" : "2023-03-05T22:47:16+00:00",
"contact" : [
{
"name" : "I-TECH-UW",
"telecom" : [
{
"system" : "url",
"value" : "www.github.com/i-tech-uw"
}
]
}
],
"description" : "DiagnosticReport Status Code System",
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "final",
"display" : "Final",
"definition" : "The report is complete and verified by an authorized person."
},
{
"code" : "preliminary",
"display" : "Preliminary",
"definition" : "Verified early results are available, but not all results are final."
},
{
"code" : "registered",
"display" : "Registered",
"definition" : "The existence of the report is registered, but there is nothing yet available."
},
{
"code" : "unknown",
"display" : "Unknown",
"definition" : "The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which."
}
]
}