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

FHIR IG Statistics: ValueSet/data-types

Packagehl7.v2plus
TypeValueSet
Iddata-types
FHIR VersionR5
Sourcehttp://somewhere.org/fhir/uv/v2plus/https://build.fhir.org/ig/HL7/v2ig/ValueSet-data-types.html
URLhttp://hl7.org/v2/ValueSet/data-types
Version0.0.0
Statusactive
Date2025-07-11T16:45:01+00:00
NameV2DataTypes
Titlev2DataTypes
Authorityhl7
DescriptionAll HL7 v2 Data Types

Resources that use this resource

StructureDefinition
complex-data-type-profileHL7 v2 Complex Data Type Profile

Resources that this resource uses

CodeSystem
complex-data-typesHL7 v2 Complex Data Types
primitive-data-typesHL7 v2 Primitive Data Types CodeSystem

Narrative

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

Generated Narrative: ValueSet data-types

Last updated: 2024-05-04 00:00:00+0000

Profile: Shareable ValueSet

This value set includes codes based on the following rules:


Source

{
  "resourceType": "ValueSet",
  "id": "data-types",
  "meta": {
    "lastUpdated": "2024-05-04T00:00:00+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "inm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://hl7.org/v2/ValueSet/data-types",
  "version": "0.0.0",
  "name": "V2DataTypes",
  "title": "v2DataTypes",
  "status": "active",
  "experimental": false,
  "date": "2025-07-11T16:45:01+00:00",
  "publisher": "HL7 International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/v2mgmt"
        }
      ]
    }
  ],
  "description": "All HL7 v2 Data Types",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/v2/CodeSystem/complex-data-types"
      },
      {
        "system": "http://hl7.org/v2/CodeSystem/primitive-data-types"
      }
    ]
  }
}