FHIR IG analytics| Package | hl7.fhir.uv.crmi |
| Resource Type | CodeSystem |
| Id | CodeSystem-dependency-role-codes.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/crmi-ig/CodeSystem-dependency-role-codes.html |
| URL | http://terminology.hl7.org/CodeSystem/dependency-role-codes |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-07-02T02:40:56+00:00 |
| Name | DependencyRoleCodes |
| Title | Dependency Role Codes |
| Realm | uv |
| Authority | hl7 |
| Description | Codes describing the roles a dependency can play with respect to an artifact. |
| Content | complete |
| ValueSet | ||
| hl7.fhir.uv.crmi#current | dependency-role | Dependency Role |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem dependency-role-codes
This case-sensitive code system http://terminology.hl7.org/CodeSystem/dependency-role-codes defines the following codes:
| Code | Display | Definition |
| default | Default | 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. |
| key | Key | A dependency that is included because it is referenced from a key element. |
| example | Example | 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). |
| test | Test | A dependency that is included because it is part of a test. |
{
"resourceType": "CodeSystem",
"id": "dependency-role-codes",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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-07-02T02:40:56+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."
}
]
}