Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 1 |
{
"resourceType" : "CodeSystem",
"id" : "dependency-role-codes",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem dependency-role-codes</b></p><a name=\"dependency-role-codes\"> </a><a name=\"hcdependency-role-codes\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/dependency-role-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">default<a name=\"dependency-role-codes-default\"> </a></td><td>Default</td><td><div><p>A dependency that does not otherwise have a specific role. There is no need to state that a dependency plays a default role, this code is used in the include parameter to indicate whether default dependencies are included in the package.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">key<a name=\"dependency-role-codes-key\"> </a></td><td>Key</td><td><div><p>A dependency that is included because it is referenced from a <a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#model-views\">key element</a>.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">example<a name=\"dependency-role-codes-example\"> </a></td><td>Example</td><td><div><p>A dependency that is included because it is part of an example, or referenced from an example context (e.g. a ValueSet referenced from an example binding).</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">test<a name=\"dependency-role-codes-test\"> </a></td><td>Test</td><td><div><p>A dependency that is included because it is part of a test.</p>\n</div></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cds"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
}
],
"url" : "http://terminology.hl7.org/CodeSystem/dependency-role-codes",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.40.38.16.8"
}
],
"version" : "1.0.0",
"name" : "DependencyRoleCodes",
"title" : "Dependency Role Codes",
"status" : "active",
"experimental" : false,
"date" : "2026-05-11T04:30:28+00:00",
"publisher" : "HL7 International / Clinical Decision Support",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description" : "Codes describing the roles a dependency can play with respect to an artifact.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://terminology.hl7.org/ValueSet/dependency-role",
"content" : "complete",
"concept" : [
{
"code" : "default",
"display" : "Default",
"definition" : "A dependency that does not otherwise have a specific role. There is no need to state that a dependency plays a default role, this code is used in the include parameter to indicate whether default dependencies are included in the package."
},
{
"code" : "key",
"display" : "Key",
"definition" : "A dependency that is included because it is referenced from a [key element](https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#model-views)."
},
{
"code" : "example",
"display" : "Example",
"definition" : "A dependency that is included because it is part of an example, or referenced from an example context (e.g. a ValueSet referenced from an example binding)."
},
{
"code" : "test",
"display" : "Test",
"definition" : "A dependency that is included because it is part of a test."
}
]
}