CH LAB-Order (R4)
3.0.0 - ci-build Switzerland flag

CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions

: Observation TriggeredBy Type CodeSystem - JSON Representation

Active as of 2025-06-27

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "triggeredby-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem triggeredby-type</b></p><a name=\"triggeredby-type\"> </a><a name=\"hctriggeredby-type\"> </a><p>This case-sensitive code system <code>http://fhir.ch/ig/ch-lab-order/CodeSystem/triggeredby-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">follow-up<a name=\"triggeredby-type-follow-up\"> </a></td><td>Follow-up test</td></tr><tr><td style=\"white-space:nowrap\">confirmatory<a name=\"triggeredby-type-confirmatory\"> </a></td><td>Confirmatory test</td></tr><tr><td style=\"white-space:nowrap\">monitoring<a name=\"triggeredby-type-monitoring\"> </a></td><td>Monitoring test</td></tr><tr><td style=\"white-space:nowrap\">reflex<a name=\"triggeredby-type-reflex\"> </a></td><td>Reflex test</td></tr><tr><td style=\"white-space:nowrap\">repeat<a name=\"triggeredby-type-repeat\"> </a></td><td>Repeat test</td></tr><tr><td style=\"white-space:nowrap\">add-on<a name=\"triggeredby-type-add-on\"> </a></td><td>Add-on test</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"triggeredby-type-other\"> </a></td><td>Other test</td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-lab-order/CodeSystem/triggeredby-type",
  "version" : "3.0.0",
  "name" : "ObservationTriggeredByTypeCS",
  "title" : "Observation TriggeredBy Type CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-06-27T14:15:36+00:00",
  "publisher" : "HL7 Switzerland",
  "contact" : [
    {
      "name" : "HL7 Switzerland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ch"
        }
      ]
    },
    {
      "name" : "Marcel Hanselmann",
      "telecom" : [
        {
          "system" : "email",
          "value" : "laborprojektgruppe@gmail.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Code system defining types of observation triggers.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "follow-up",
      "display" : "Follow-up test"
    },
    {
      "code" : "confirmatory",
      "display" : "Confirmatory test"
    },
    {
      "code" : "monitoring",
      "display" : "Monitoring test"
    },
    {
      "code" : "reflex",
      "display" : "Reflex test"
    },
    {
      "code" : "repeat",
      "display" : "Repeat test"
    },
    {
      "code" : "add-on",
      "display" : "Add-on test"
    },
    {
      "code" : "other",
      "display" : "Other test"
    }
  ]
}