FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.application-feature.r4b
Resource TypeCodeSystem
IdCodeSystem-capability-feature-value-cs.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/application-feature/2024Sep/CodeSystem-capability-feature-value-cs.html
URLhttp://hl7.org/fhir/uv/application-feature/CodeSystem/capability-feature-value-cs
Version1.0.0-ballot
Statusactive
Date2023-10-11
NameCapabilityFeatureValueCS
TitleCapability Feature Value CS
Realmuv
Authorityhl7
DescriptionA feature value that may be declared in a capability statement.
CopyrightThis CodeSystem is not copyrighted.
Contentcomplete

Resources that use this resource

ValueSet
capability-feature-value-vsCapability Feature Value VS

Resources that this resource uses

No resources found


Narrative

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:

LvlCodeDisplayDefinition
1values Root concept for all feature values
2  booleans Values that are booleans
3    true Value is true
3    false Value is false
2  versioning Values for versioning feature
3    no-version No VersionId SupportVersionId meta-property is not supported (server) or used (client).
3    versioned VersionedVersionId meta-property is supported (server) or used (client).
3    versioned-update VersionId tracked fullyVersionId must be correct for updates (server) or will be specified (If-match header) for updates (client).
2  conditional-read-status Values for conditional-read-status
3    cond-read-not-supported Not SupportedNo support for conditional reads.
3    modified-since If-Modified-SinceConditional reads are supported, but only with the If-Modified-Since HTTP Header.
3    not-match If-None-MatchConditional reads are supported, but only with the If-None-Match HTTP Header.
3    full-support Full SupportConditional reads are supported, with both If-Modified-Since and If-None-Match HTTP Headers.
2  conditional-delete-status Values for conditional-delete-status
3    cond-delete-not-supported Not SupportedNo support for conditional deletes.
3    single Single Deletes SupportedConditional deletes are supported, but only single resources at a time.
3    multiple Multiple Deletes SupportedConditional deletes are supported, and multiple resources can be deleted in a single interaction.
2  reference-handling-policy Values for reference-handling-policy
3    literal Literal ReferencesThe 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').
3    logical Logical ReferencesThe server allows logical references (i.e. using Reference.identifier).
3    resolves Resolves ReferencesThe 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).
3    enforced Reference Integrity EnforcedThe 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.
3    local Local References OnlyThe server does not support references that point to other servers.

Source1

{
  "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."
            }
          ]
        }
      ]
    }
  ]
}