FHIR IG analytics| Package | hl7.fhir.uv.application-feature.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-capability-feature-value-cs.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/application-feature/2024Sep/CodeSystem-capability-feature-value-cs.html |
| URL | http://hl7.org/fhir/uv/application-feature/CodeSystem/capability-feature-value-cs |
| Version | 1.0.0-ballot |
| Status | active |
| Date | 2023-10-11 |
| Name | CapabilityFeatureValueCS |
| Title | Capability Feature Value CS |
| Realm | uv |
| Authority | hl7 |
| Description | A feature value that may be declared in a capability statement. |
| Copyright | This CodeSystem is not copyrighted. |
| Content | complete |
| ValueSet | |
| capability-feature-value-vs | Capability Feature Value VS |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem capability-feature-value-cs
This case-sensitive code system http://hl7.org/fhir/uv/application-feature/CodeSystem/capability-feature-value-cs defines the following codes in a Is-A hierarchy:
{
"resourceType": "CodeSystem",
"id": "capability-feature-value-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/application-feature/ImplementationGuide/hl7.fhir.uv.application-feature"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/application-feature/ImplementationGuide/hl7.fhir.uv.application-feature"
}
]
}
}
],
"url": "http://hl7.org/fhir/uv/application-feature/CodeSystem/capability-feature-value-cs",
"version": "1.0.0-ballot",
"name": "CapabilityFeatureValueCS",
"title": "Capability Feature Value CS",
"status": "active",
"experimental": false,
"date": "2023-10-11",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"name": "HL7 International / FHIR Infrastructure",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "A feature value that may be declared in a capability statement.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"copyright": "This CodeSystem is not copyrighted.",
"caseSensitive": true,
"hierarchyMeaning": "is-a",
"compositional": true,
"content": "complete",
"count": 23,
"concept": [
{
"code": "values",
"display": "Root concept for all feature values",
"concept": [
{
"code": "booleans",
"display": "Values that are booleans",
"concept": [
{
"code": "true",
"display": "Value is true"
},
{
"code": "false",
"display": "Value is false"
}
]
},
{
"code": "versioning",
"display": "Values for versioning feature",
"concept": [
{
"code": "no-version",
"display": "No VersionId Support",
"definition": "VersionId meta-property is not supported (server) or used (client)."
},
{
"code": "versioned",
"display": "Versioned",
"definition": "VersionId meta-property is supported (server) or used (client)."
},
{
"code": "versioned-update",
"display": "VersionId tracked fully",
"definition": "VersionId must be correct for updates (server) or will be specified (If-match header) for updates (client)."
}
]
},
{
"code": "conditional-read-status",
"display": "Values for conditional-read-status",
"concept": [
{
"code": "cond-read-not-supported",
"display": "Not Supported",
"definition": "No support for conditional reads."
},
{
"code": "modified-since",
"display": "If-Modified-Since",
"definition": "Conditional reads are supported, but only with the If-Modified-Since HTTP Header."
},
{
"code": "not-match",
"display": "If-None-Match",
"definition": "Conditional reads are supported, but only with the If-None-Match HTTP Header."
},
{
"code": "full-support",
"display": "Full Support",
"definition": "Conditional reads are supported, with both If-Modified-Since and If-None-Match HTTP Headers."
}
]
},
{
"code": "conditional-delete-status",
"display": "Values for conditional-delete-status",
"concept": [
{
"code": "cond-delete-not-supported",
"display": "Not Supported",
"definition": "No support for conditional deletes."
},
{
"code": "single",
"display": "Single Deletes Supported",
"definition": "Conditional deletes are supported, but only single resources at a time."
},
{
"code": "multiple",
"display": "Multiple Deletes Supported",
"definition": "Conditional deletes are supported, and multiple resources can be deleted in a single interaction."
}
]
},
{
"code": "reference-handling-policy",
"display": "Values for reference-handling-policy",
"concept": [
{
"code": "literal",
"display": "Literal References",
"definition": "The server supports and populates Literal references (i.e. using Reference.reference) where they are known (this code does not guarantee that all references are literal; see 'enforced')."
},
{
"code": "logical",
"display": "Logical References",
"definition": "The server allows logical references (i.e. using Reference.identifier)."
},
{
"code": "resolves",
"display": "Resolves References",
"definition": "The server will attempt to resolve logical references to literal references - i.e. converting Reference.identifier to Reference.reference (if resolution fails, the server may still accept resources; see logical)."
},
{
"code": "enforced",
"display": "Reference Integrity Enforced",
"definition": "The server enforces that references have integrity - e.g. it ensures that references can always be resolved. This is typically the case for clinical record systems, but often not the case for middleware/proxy systems."
},
{
"code": "local",
"display": "Local References Only",
"definition": "The server does not support references that point to other servers."
}
]
}
]
}
]
}