PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.application-feature@1.0.0-ballot
    http://hl7.org/fhir/uv/application-feature/CodeSystem/capability-feature-value-cs
{
  "description": "A feature value that may be declared in a capability statement.",
  "_filename": "CodeSystem-capability-feature-value-cs.json",
  "package_name": "hl7.fhir.uv.application-feature",
  "date": "2023-10-11",
  "publisher": "HL7 International / FHIR Infrastructure",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "content": "complete",
  "name": "CapabilityFeatureValueCS",
  "copyright": "This CodeSystem is not copyrighted.",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Capability Feature Value CS",
  "package_version": "1.0.0-ballot",
  "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"
      } ]
    }
  } ],
  "compositional": true,
  "status": "active",
  "hierarchyMeaning": "is-a",
  "id": "c34b407c-3215-46fc-a0e7-9bd94e116227",
  "kind": null,
  "count": 23,
  "url": "http://hl7.org/fhir/uv/application-feature/CodeSystem/capability-feature-value-cs",
  "concept": [ {
    "code": "values",
    "concept": [ {
      "code": "booleans",
      "concept": [ {
        "code": "true",
        "display": "Value is true"
      }, {
        "code": "false",
        "display": "Value is false"
      } ],
      "display": "Values that are booleans"
    }, {
      "code": "versioning",
      "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)."
      } ],
      "display": "Values for versioning feature"
    }, {
      "code": "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."
      } ],
      "display": "Values for conditional-read-status"
    }, {
      "code": "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."
      } ],
      "display": "Values for conditional-delete-status"
    }, {
      "code": "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."
      } ],
      "display": "Values for reference-handling-policy"
    } ],
    "display": "Root concept for all feature values"
  } ],
  "caseSensitive": true,
  "version": "1.0.0-ballot",
  "contact": [ {
    "name": "HL7 International / FHIR Infrastructure",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ]
}