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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-fm-itemtype.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-fm-itemtype.html
URLhttp://hl7.org/fhir/ex-claimitemtype
Version4.0.1
Statusdraft
Date2025-09-13T16:11:23-04:00
NameClaimItemTypeCodes
TitleClaim Item Type Codes
Realmuv
Authorityhl7
DescriptionThis value set includes sample Item Type codes.
CopyrightThis is an example set.
Contentcomplete

Resources that use this resource

ValueSet
R4-fm-itemtype-for-R4BCross-version VS for R4.ClaimItemTypeCodes for use in FHIR R4B
R3-fm-itemtype-for-R4BCross-version VS for R3.Claim Item Type Codes for use in FHIR R4B
R4-fm-itemtype-for-R5Cross-version VS for R4.ClaimItemTypeCodes for use in FHIR R5
R3-fm-itemtype-for-R4Cross-version VS for R3.Claim Item Type Codes for use in FHIR R4
R3-fm-itemtype-for-R5Cross-version VS for R3.Claim Item Type Codes for use in FHIR R5

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem fm-itemtype

This case-sensitive code system http://hl7.org/fhir/ex-claimitemtype defines the following codes:

CodeDisplayDefinition
group GroupA group of products and/or Services, amount ar the summary or detail level products and services.
product ProductA billed product line item.
service ServiceA billed service line item.

Source1

{
  "resourceType": "CodeSystem",
  "id": "fm-itemtype",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    },
    {
      "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/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/ex-claimitemtype",
  "version": "4.0.1",
  "name": "ClaimItemTypeCodes",
  "title": "Claim Item Type Codes",
  "status": "draft",
  "experimental": false,
  "date": "2025-09-13T16:11:23-04:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "This value set includes sample Item Type codes.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "copyright": "This is an example set.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/fm-itemtype",
  "content": "complete",
  "concept": [
    {
      "code": "group",
      "display": "Group",
      "definition": "A group of products and/or Services, amount ar the summary or detail level products and services."
    },
    {
      "code": "product",
      "display": "Product",
      "definition": "A billed product line item."
    },
    {
      "code": "service",
      "display": "Service",
      "definition": "A billed service line item."
    }
  ]
}