OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Specimen Status - JSON Representation

Active as of 2023-03-05

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "specimen-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-specimen-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\">available<a name=\"specimen-status-code-system-available\"> </a></td><td>Available</td><td>The physical specimen is present and in good condition.</td></tr></table></div>"
  },
  "url" : "https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-specimen-status",
  "version" : "0.1.0",
  "name" : "SpecimenStatusCodeSystem",
  "title" : "Specimen 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" : "Specimen Status Code System",
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "available",
      "display" : "Available",
      "definition" : "The physical specimen is present and in good condition."
    }
  ]
}