| Package | ch.fhir.ig.ch-elm |
| Resource Type | ValueSet |
| Id | ch-elm-status |
| FHIR Version | R4 |
| Source | http://fhir.ch/ig/ch-elm/https://build.fhir.org/ig/ahdis/ch-elm/ValueSet-ch-elm-status.html |
| URL | http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-status |
| Version | 1.11.0-cibuild2 |
| Status | active |
| Date | 2025-08-12T10:48:44+00:00 |
| Name | ChElmStatus |
| Title | CH ELM Status |
| Realm | ch |
| Authority | hl7 |
| Description | This CH ELM value set includes the codes for the laboratory specialities. |
| Copyright | CC0-1.0 |
| StructureDefinition | |
| ch-ext-elm-status | Status of the processing of the document |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ch-elm-status
http://hl7.org/fhir/task-status| Code | Display | Definition |
| in-progress | in-progress | The task has been started but is not yet complete. |
| failed | failed | The task was attempted but could not be completed due to some error. |
| completed | completed | The task has been completed. |
{
"resourceType": "ValueSet",
"id": "ch-elm-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-status",
"version": "1.11.0-cibuild2",
"name": "ChElmStatus",
"title": "CH ELM Status",
"status": "active",
"experimental": false,
"date": "2025-08-12T10:48:44+00:00",
"publisher": "Federal Office of Public Health FOPH",
"contact": [
{
"name": "Federal Office of Public Health FOPH",
"telecom": [
{
"system": "url",
"value": "https://www.bag.admin.ch/bag/en/home/das-bag/kontakt-standort.html"
}
]
}
],
"description": "This CH ELM value set includes the codes for the laboratory specialities.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CH"
}
]
}
],
"copyright": "CC0-1.0",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/task-status",
"concept": [
{
"code": "in-progress",
"display": "in-progress"
},
{
"code": "failed",
"display": "failed"
},
{
"code": "completed",
"display": "completed"
}
]
}
]
}
}