FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/informationNeeded

Packagehl7.fhir.us.davinci-crd
TypeValueSet
IdinformationNeeded
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-crd/https://build.fhir.org/ig/HL7/davinci-crd/ValueSet-informationNeeded.html
URLhttp://hl7.org/fhir/us/davinci-crd/ValueSet/informationNeeded
Version2.2.0-cibuild
Statusactive
Date2025-07-20T15:31:59+00:00
NameCRDInformationNeeded
TitleCRD Information Needed Value Set
Realmus
Authorityhl7
DescriptionCodes defining whether information about the perfomer, location, and/or performance date is needed to determine coverage information

Resources that use this resource

StructureDefinition
CRDMetricDataCRD Metric Data
ext-coverage-informationCoverage Information
DTRMetricDataDTR Metric Data

Resources that this resource uses

CodeSystem
v3-NullFlavorNullFlavor
coverage-information-codesCoverage Information Codes
v3-NullFlavorNullFlavor

Narrative

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

Generated Narrative: ValueSet informationNeeded

This value set includes codes based on the following rules:

  • Include these codes as defined in http://hl7.org/fhir/us/davinci-crd/CodeSystem/coverage-information-codes
    CodeDisplayDefinition
    performerPerformer NeededInformation about who (specifically, or at least performer type and affiliation) is necessary to make a determination of coverage and/or prior auth expectations
    locationLocation NeededInformation about where (specific clinic/site or organization) is necessary to make a determination of coverage and/or prior auth expectations
    timeframeTimeframe NeededInformation about when the service will be performed that is more granular than the order effective period is necessary to make a determination of coverage and/or prior auth expectations
    contract-windowNew Contract WindowThe target performance time for the event falls outside the contract window for the patient's current coverage. Information will not be available until a contract is in place covering the service time period
    detail-codeDetail codeThe ordered code is at too high a level of granularity to make decisions about coverage/pa/etc. Can only be present if something is 'conditional'
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor
    CodeDisplayDefinition
    OTHother**Description:**The actual value is not a member of the set of permitted data values in the constrained value domain of a variable. (e.g., concept not provided by required code system).

    **Usage Notes**: This flavor and its specializations are most commonly used with the CD datatype and its flavors. However, it may apply to \*any\* datatype where the constraints of the type are tighter than can be conveyed. For example, a PQ that is for a true measured amount whose units are not supported in UCUM, a need to convey a REAL when the type has been constrained to INT, etc.

    With coded datatypes, this null flavor may only be used if the vocabulary binding has a coding strength of CNE. By definition, all local codes and original text are part of the value set if the coding strength is CWE.

Source

{
  "resourceType": "ValueSet",
  "id": "informationNeeded",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "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/us/davinci-crd/ImplementationGuide/davinci-crd"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-crd/ValueSet/informationNeeded",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.18.48.16"
    }
  ],
  "version": "2.2.0-cibuild",
  "name": "CRDInformationNeeded",
  "title": "CRD Information Needed Value Set",
  "status": "active",
  "experimental": false,
  "date": "2025-07-20T15:31:59+00:00",
  "publisher": "HL7 International / Financial Management",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description": "Codes defining whether information about the perfomer, location, and/or performance date is needed to determine coverage information",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/us/davinci-crd/CodeSystem/coverage-information-codes",
        "concept": [
          {
            "code": "performer"
          },
          {
            "code": "location"
          },
          {
            "code": "timeframe"
          },
          {
            "code": "contract-window"
          },
          {
            "code": "detail-code"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "OTH"
          }
        ]
      }
    ]
  }
}