COVID19 Case Reporting
0.1.0 - CI Build International flag

COVID19 Case Reporting - Local Development build (v0.1.0). See the Directory of published versions

: Cancellation Reasons - JSON Representation

Active as of 2023-04-04

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "vs-cancellation-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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/281264009\">281264009</a></td><td>Improperly ordered</td></tr><tr><td><a href=\"http://snomed.info/id/281266006\">281266006</a></td><td>No sample collected</td></tr><tr><td><a href=\"http://snomed.info/id/135839007\">135839007</a></td><td>Sample rejected</td></tr></table></li></ul></div>"
  },
  "url" : "http://openhie.org/fhir/covid19-casereporting/ValueSet/vs-cancellation-reason",
  "version" : "0.1.0",
  "name" : "VSCancellationReason",
  "title" : "Cancellation Reasons",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-04-04T11:04:38+00:00",
  "publisher" : "Jembi Health Systems",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.jembi.org"
        },
        {
          "system" : "email",
          "value" : "info@jembi.org"
        }
      ]
    }
  ],
  "description" : "A list of reasons as a result of the lab task being cancelled",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "281264009",
            "display" : "Improperly ordered"
          },
          {
            "code" : "281266006",
            "display" : "No sample collected"
          },
          {
            "code" : "135839007",
            "display" : "Sample rejected"
          }
        ]
      }
    ]
  }
}