| Package | hl7.fhir.uv.tools |
| Resource Type | CodeSystem |
| Id | CDSLinkType |
| FHIR Version | R5 |
| Source | http://hl7.org/fhir/tools/https://build.fhir.org/ig/FHIR/fhir-tools-ig/CodeSystem-CDSLinkType.html |
| URL | http://hl7.org/fhir/tools/CodeSystem/CDSLinkType |
| Version | 0.8.0 |
| Status | active |
| Date | 2025-08-05T20:48:40+00:00 |
| Name | CDSLinkTypeCodes |
| Title | CDSLinkType Codes |
| Realm | uv |
| Authority | hl7 |
| Description | Codes that describe application CDSLinkTypes |
| Content | complete |
| ValueSet | |
| CDSLinkType | CDSLinkType Codes ValueSet |
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: CodeSystem CDSLinkType
Properties
This code system defines the following properties for its concepts
| Name | Code | Type | Description |
| should-shall | should-shall | boolean | Codes with this property true must have shall or should appended in the grammar |
| expression | expression | string | Expression that expresses aggregate codes using the grammar |
Concepts
This case-sensitive code system http://hl7.org/fhir/tools/CodeSystem/CDSLinkType defines the following codes:
Spanish
Generated Narrative: CodeSystem CDSLinkType
Properties
This code system defines the following properties for its concepts
| Name | Code | Type | Description |
| should-shall | should-shall | boolean | Codes with this property true must have shall or should appended in the grammar |
| expression | expression | string | Expression that expresses aggregate codes using the grammar |
Concepts
This case-sensitive code system http://hl7.org/fhir/tools/CodeSystem/CDSLinkType defines the following codes:
{
"resourceType": "CodeSystem",
"id": "CDSLinkType",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/tools/ImplementationGuide/hl7.fhir.uv.tools"
}
]
}
}
],
"url": "http://hl7.org/fhir/tools/CodeSystem/CDSLinkType",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.1.16.3"
}
],
"version": "0.8.0",
"name": "CDSLinkTypeCodes",
"title": "CDSLinkType Codes",
"status": "active",
"experimental": false,
"date": "2025-08-05T20:48:40+00:00",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "Codes that describe application CDSLinkTypes",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"property": [
{
"code": "should-shall",
"description": "Codes with this property true must have shall or should appended in the grammar",
"type": "boolean"
},
{
"code": "expression",
"description": "Expression that expresses aggregate codes using the grammar",
"type": "string"
}
],
"concept": [
{
"code": "absolute",
"display": "absolute",
"definition": "Indicates that the URL is absolute and should be treated as-is."
},
{
"code": "smart",
"display": "smart",
"definition": "indicates that the URL is a SMART app launch URL and the CDS Client should ensure the SMART app launch URL is populated with the appropriate SMART launch parameters"
}
]
}