SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions

: SGHI Specimen Condition At Collection - JSON Representation

Active as of 2026-09-15

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "specimen-condition-at-collection",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet specimen-condition-at-collection</b></p><a name=\"specimen-condition-at-collection\"> </a><a name=\"hcspecimen-condition-at-collection\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-specimen-collection-codesystem.html\"><code>https://fhir.slade360.co.ke/fhir/CodeSystem/specimen-collection-codesystem</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-specimen-collection-codesystem.html#specimen-collection-codesystem-clean-draw\">clean-draw</a></td><td>Clean draw</td><td>The draw went cleanly and the sample is fit for testing.</td></tr><tr><td><a href=\"CodeSystem-specimen-collection-codesystem.html#specimen-collection-codesystem-difficult-draw\">difficult-draw</a></td><td>Difficult draw</td><td>The draw needed more than one attempt or prolonged venous access. The sample stands, but results sensitive to a traumatic draw are read with it in mind.</td></tr><tr><td><a href=\"CodeSystem-specimen-collection-codesystem.html#specimen-collection-codesystem-short-draw\">short-draw</a></td><td>Short draw, under volume</td><td>The container was filled below its target volume. It matters most where the blood-to-additive ratio is fixed, as in a citrate tube.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0493.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0493</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 3.0.0, the version found through the package references\"> version &#x1F4E6;3.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0493.html#v2-0493-HEM\">HEM</a></td><td>Visibly haemolysed</td><td>Hemolyzed</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.slade360.co.ke/fhir/ValueSet/specimen-condition-at-collection",
  "version" : "0.1.0",
  "name" : "SGHISpecimenConditionAtCollection",
  "title" : "SGHI Specimen Condition At Collection",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-09-15T11:40:24+00:00",
  "publisher" : "Kathurima Kimathi",
  "contact" : [
    {
      "name" : "Kathurima Kimathi",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.linkedin.com/in/kathurima-kimathi/"
        },
        {
          "system" : "email",
          "value" : "kathurimakimathi415@gmail.com"
        }
      ]
    },
    {
      "name" : "Oscar John",
      "telecom" : [
        {
          "system" : "email",
          "value" : "oscarjohnotieno@gmail.com",
          "use" : "work"
        }
      ]
    },
    {
      "name" : "Kennedy Omondi",
      "telecom" : [
        {
          "system" : "email",
          "value" : "kennankole@gmail.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "How the draw went, recorded by whoever took the sample. A difficult or short draw does not reject the sample; it travels with it so the laboratory can read the result in light of it.",
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.slade360.co.ke/fhir/CodeSystem/specimen-collection-codesystem",
        "concept" : [
          {
            "code" : "clean-draw",
            "display" : "Clean draw"
          },
          {
            "code" : "difficult-draw",
            "display" : "Difficult draw"
          },
          {
            "code" : "short-draw",
            "display" : "Short draw, under volume"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0493",
        "concept" : [
          {
            "code" : "HEM",
            "display" : "Visibly haemolysed"
          }
        ]
      }
    ]
  }
}