Botswana FHIR Implementation Guide - Laboratory
1.0.0 - STU1 Botswana flag

Botswana FHIR Implementation Guide - Laboratory, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/bw-laboratory-workflows-ig/ and changes regularly. See the Directory of published versions

: Reasons why a lab order was cancelled or rejected - JSON Representation

Active as of 2024-08-28

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "vs-reason-sample-cancelled-or-rejected",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-reason-sample-cancelled-or-rejected</b></p><a name=\"vs-reason-sample-cancelled-or-rejected\"> </a><a name=\"hcvs-reason-sample-cancelled-or-rejected\"> </a><a name=\"vs-reason-sample-cancelled-or-rejected-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/441510007\">441510007</a></td><td>Blood specimen with anticoagulant</td></tr><tr><td><a href=\"http://snomed.info/id/123840003\">123840003</a></td><td>Sample contaminated</td></tr><tr><td><a href=\"http://snomed.info/id/397933008\">397933008</a></td><td>Equipment error/failure</td></tr><tr><td><a href=\"http://snomed.info/id/281264009\">281264009</a></td><td>Inappropriate bottle or container for sample</td></tr><tr><td><a href=\"http://snomed.info/id/281268007\">281268007</a></td><td>Insufficient sample</td></tr><tr><td><a href=\"http://snomed.info/id/281265005\">281265005</a></td><td>Sample incorrectly labeled</td></tr><tr><td><a href=\"http://snomed.info/id/419182006\">419182006</a></td><td>Supplies not available</td></tr></table></li></ul></div>"
  },
  "url" : "http://moh.bw.org/ValueSet/vs-reason-sample-cancelled-or-rejected",
  "version" : "1.0.0",
  "name" : "VSReasonForSampleCancellationOrRejection",
  "title" : "Reasons why a lab order was cancelled or rejected",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-08-28T16:58:08+00:00",
  "publisher" : "Jembi Health Systems",
  "contact" : [
    {
      "name" : "Jembi Health Systems",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.jembi.org"
        },
        {
          "system" : "email",
          "value" : "info@jembi.org"
        }
      ]
    },
    {
      "name" : "Jembi Health Systems",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@jembi.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Reasons why a lab order was cancelled or rejected.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BW",
          "display" : "Botswana"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "441510007",
            "display" : "Blood specimen with anticoagulant"
          },
          {
            "code" : "123840003",
            "display" : "Sample contaminated"
          },
          {
            "code" : "397933008",
            "display" : "Equipment error/failure"
          },
          {
            "code" : "281264009",
            "display" : "Inappropriate bottle or container for sample"
          },
          {
            "code" : "281268007",
            "display" : "Insufficient sample"
          },
          {
            "code" : "281265005",
            "display" : "Sample incorrectly labeled"
          },
          {
            "code" : "419182006",
            "display" : "Supplies not available"
          }
        ]
      }
    ]
  }
}