HL7 FHIR Implementation Guide: Rwanda HIV
0.1.0 - STU1 International flag

HL7 FHIR Implementation Guide: Rwanda HIV, published by Jembi Health Systems. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/openhie/Rwanda-HIV and changes regularly. See the Directory of published versions

: Lab Order Reasons For Cancelling/Rejecting Lab Order - JSON Representation

Active as of 2023-09-15

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "vs-reason-sample-cancelled-or-rejected",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://openhie.org/fhir/rwanda-hiv/ValueSet/vs-reason-sample-cancelled-or-rejected",
  "version" : "0.1.0",
  "name" : "VSReasonForSampleCancellationOrRejection",
  "title" : "Lab Order Reasons For Cancelling/Rejecting Lab Order",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-09-15T07:34:16+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" : "Richard Langford",
      "telecom" : [
        {
          "system" : "email",
          "value" : "richard.langford@jembi.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Reasons why a lab order was cancelled or rejected.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "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"
          }
        ]
      },
      {
        "system" : "http://openhie.org/fhir/rwanda-hiv/CodeSystem/cs-reason-sample-cancelled-or-rejected"
      }
    ]
  }
}