| Package | ch.fhir.ig.ch-lab-order |
| Resource Type | CodeSystem |
| Id | triggeredby-type |
| FHIR Version | R4 |
| Source | http://fhir.ch/ig/ch-lab-order/https://build.fhir.org/ig/hl7ch/ch-lab-order/CodeSystem-triggeredby-type.html |
| URL | http://fhir.ch/ig/ch-lab-order/CodeSystem/triggeredby-type |
| Version | 3.0.0-ci-build |
| Status | active |
| Date | 2025-05-22T12:59:39+00:00 |
| Name | ObservationTriggeredByTypeCS |
| Title | Observation TriggeredBy Type CodeSystem |
| Realm | ch |
| Authority | hl7 |
| Description | Code system defining types of observation triggers. |
| Copyright | CC0-1.0 |
| Content | complete |
| ValueSet | |
| observation-triggeredby-type | Observation TriggeredBy Type |
No resources found
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:
| Code | Display |
| 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 |
{
"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"
}
]
}