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

FHIR IG Statistics: ValueSet/cdex-claim-use

Packagehl7.fhir.us.davinci-cdex
TypeValueSet
Idcdex-claim-use
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-cdex/https://build.fhir.org/ig/HL7/davinci-ecdx/ValueSet-cdex-claim-use.html
URLhttp://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-claim-use
Version2.1.0
Statusactive
Date2022-10-24
NameCDexClaimUseCodes
TitleCDex Claim Use Value Set
Realmus
Authorityhl7
DescriptionThe purpose of a Claim resource and the reason for attachments. It includes the codes "preauthorization" and "claim".
CopyrightUsed by permission of HL7 International all rights reserved Creative Commons License

Resources that use this resource

StructureDefinition
cdex-parameters-submit-attachmentCDex Parameters Submit Attachment Profile
cdex-task-attachment-requestCDex Task Attachment Request Profile

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet cdex-claim-use

  • Include these codes as defined in http://hl7.org/fhir/claim-use
    CodeDisplayDefinition
    claimClaimThe treatment is complete and this represents a Claim for the services.
    preauthorizationPreauthorizationThe treatment is proposed and this represents a Pre-authorization for the services.

Source

{
  "resourceType": "ValueSet",
  "id": "cdex-claim-use",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "claims"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-cdex/ImplementationGuide/hl7.fhir.us.davinci-cdex"
          }
        ]
      }
    },
    {
      "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-cdex/ImplementationGuide/hl7.fhir.us.davinci-cdex"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-claim-use",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.21.48.2"
    }
  ],
  "version": "2.1.0",
  "name": "CDexClaimUseCodes",
  "title": "CDex Claim Use Value Set",
  "status": "active",
  "experimental": false,
  "date": "2022-10-24",
  "publisher": "HL7 International / Payer/Provider Information Exchange Work Group",
  "contact": [
    {
      "name": "HL7 International / Payer/Provider Information Exchange Work Group",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/claims"
        },
        {
          "system": "email",
          "value": "pie@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The purpose of a Claim resource and the reason for attachments. It includes the codes \"preauthorization\" and \"claim\".",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 International all rights reserved Creative Commons License",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/claim-use",
        "concept": [
          {
            "code": "claim"
          },
          {
            "code": "preauthorization"
          }
        ]
      }
    ]
  }
}