FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/triggeredby-type

Packagech.fhir.ig.ch-lab-order
TypeCodeSystem
Idtriggeredby-type
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-lab-order/https://build.fhir.org/ig/hl7ch/ch-lab-order/CodeSystem-triggeredby-type.html
URLhttp://fhir.ch/ig/ch-lab-order/CodeSystem/triggeredby-type
Version3.0.0-ci-build
Statusactive
Date2025-05-22T12:59:39+00:00
NameObservationTriggeredByTypeCS
TitleObservation TriggeredBy Type CodeSystem
Realmch
Authorityhl7
DescriptionCode system defining types of observation triggers.
CopyrightCC0-1.0
Contentcomplete

Resources that use this resource

ValueSet
observation-triggeredby-typeObservation TriggeredBy Type

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem triggeredby-type

This case-sensitive code system http://fhir.ch/ig/ch-lab-order/CodeSystem/triggeredby-type defines the following codes:

CodeDisplay
follow-up Follow-up test
confirmatory Confirmatory test
monitoring Monitoring test
reflex Reflex test
repeat Repeat test
add-on Add-on test
other Other test

Source

{
  "resourceType": "CodeSystem",
  "id": "triggeredby-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-lab-order/CodeSystem/triggeredby-type",
  "version": "3.0.0-ci-build",
  "name": "ObservationTriggeredByTypeCS",
  "title": "Observation TriggeredBy Type CodeSystem",
  "status": "active",
  "experimental": false,
  "date": "2025-05-22T12:59:39+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"
    }
  ]
}