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

FHIR IG analytics

Packagehl7.fhir.uv.crmi
Resource TypeCodeSystem
IdCodeSystem-curation-coverage-level-codes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/crmi-ig/CodeSystem-curation-coverage-level-codes.html
URLhttp://terminology.hl7.org/CodeSystem/curation-coverage-level-codes
Version1.0.0
Statusactive
Date2026-02-25T21:22:55+00:00
NameCurationCoverageLevelCodes
TitleCuration Coverage Level Codes
Realmuv
Authorityhl7
DescriptionCodes describing the relative completeness of curation coverage for a value set.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.uv.crmi#currentcuration-coverage-levelCuration Coverage Level

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem curation-coverage-level-codes

This case-sensitive code system http://terminology.hl7.org/CodeSystem/curation-coverage-level-codes defines the following codes:

CodeDisplayDefinition
complete Complete coverageAll concept codes considered relevant to the intended scope of this value set have been proactively identified, reviewed, and curated by the steward. No known gaps or missing component groupings remain.
partial Partial coverageThe value set has not yet been fully curated for the intended scope. Relevant concept codes or component groupings may be missing, or not yet incorporated, including cases where expected referenced value sets have not yet been included.

Source1

{
  "resourceType": "CodeSystem",
  "id": "curation-coverage-level-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/curation-coverage-level-codes",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.38.16.7"
    }
  ],
  "version": "1.0.0",
  "name": "CurationCoverageLevelCodes",
  "title": "Curation Coverage Level Codes",
  "status": "active",
  "experimental": false,
  "date": "2026-02-25T21:22:55+00:00",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Codes describing the relative completeness of curation coverage for a value set.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/curation-coverage-level",
  "content": "complete",
  "concept": [
    {
      "code": "complete",
      "display": "Complete coverage",
      "definition": "All concept codes considered relevant to the intended scope of this value set have been proactively identified, reviewed, and curated by the steward. No known gaps or missing component groupings remain."
    },
    {
      "code": "partial",
      "display": "Partial coverage",
      "definition": "The value set has not yet been fully curated for the intended scope. Relevant concept codes or component groupings may be missing, or not yet incorporated, including cases where expected referenced value sets have not yet been included."
    }
  ]
}