FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| sct | SNOMED codes used in this IG |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://snomed.info/sct version Not Stated (use latest from terminology server)| Code | Display |
| 108252007 | Laboratory procedure (procedure) |
| 308461008 | Referral to radiology service (procedure) |
| 183545006 | Referral to orthopedic service (procedure) |
| 720006006 | Cancer care review (procedure) |
Source1
{
"resourceType": "ValueSet",
"id": "ch-umzh-connect-servicerequest-category",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-umzh-connect/ValueSet/ch-umzh-connect-servicerequest-category",
"version": "1.0.0-cibuild",
"name": "ChUmzhConnectServiceRequestCategoryVS",
"title": "CH UMZH Connect ServiceRequest Category",
"status": "draft",
"experimental": false,
"date": "2026-02-05T14:50:55+00:00",
"publisher": "UMZH",
"contact": [
{
"name": "UMZH",
"telecom": [
{
"system": "url",
"value": "https://umzh.uzh.ch/"
}
]
}
],
"description": "Value set for ServiceRequest.category defining the type of service request.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CHE"
}
]
}
],
"copyright": "CC0-1.0",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "108252007",
"display": "Laboratory procedure (procedure)"
},
{
"code": "308461008",
"display": "Referral to radiology service (procedure)"
},
{
"code": "183545006",
"display": "Referral to orthopedic service (procedure)"
},
{
"code": "720006006",
"display": "Cancer care review (procedure)"
}
]
}
]
}
}