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

FHIR IG Statistics: StructureDefinition/CD

Packagehl7.v2plus
TypeStructureDefinition
IdCD
FHIR VersionR5
Sourcehttp://somewhere.org/fhir/uv/v2plus/https://build.fhir.org/ig/HL7/v2ig/StructureDefinition-CD.html
URLhttp://hl7.org/v2/StructureDefinition/CD
Version0.0.0
Statusactive
Date2025-07-11T16:45:01+00:00
NameCD
TitleHL7 v2 CD Data Type
Authorityhl7
Description*Attention: _Retained for backward compatibility onlyas of v 2.7_.* This is used only in the waveform message, CHM category, which has been retained for backward compatibility only in v 2.7.
Typehttp://hl7.org/v2/StructureDefinition/CD
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
CCPHL7 v2 CCP Data Type
CSUHL7 v2 CSU Data Type
NMHL7 v2 Numeric Primitive Type
NRHL7 v2 NR Data Type
WVIHL7 v2 WVI Data Type
WVSHL7 v2 WVS Data Type
complex-data-typeHL7 v2 Complex Data Type

Narrative

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

Generated Narrative: StructureDefinition CD

NameFlagsCard.TypeDescription & Constraintsdoco
.. CD 0..*V2ComplexDataTypechannel definition
... 1 0..1WVIChannel Identifier
... 2 0..1WVSWaveform Source
... 3 0..1CSUChannel Sensitivity and Units
... 4 0..1CCPChannel Calibration Parameters
... 5 0..1decimalChannel Sampling Frequency
... 6 0..1NRMinimum and Maximum Data Values

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "CD",
  "meta": {
    "profile": [
      "http://hl7.org/v2/StructureDefinition/complex-data-type-profile"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://somewhere.org/fhir/uv/v2plus/ImplementationGuide/hl7.other.uv.v2plus"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/v2/StructureDefinition/CD",
  "version": "0.0.0",
  "name": "CD",
  "title": "HL7 v2 CD Data Type",
  "status": "active",
  "date": "2025-07-11T16:45:01+00:00",
  "publisher": "HL7 International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/v2mgmt"
        }
      ]
    }
  ],
  "description": "*Attention: _Retained for backward compatibility onlyas of v 2.7_.* This is used only in the waveform message, CHM category, which has been retained for backward compatibility only in v 2.7.",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.org/v2/StructureDefinition/CD",
  "baseDefinition": "http://hl7.org/v2/StructureDefinition/complex-data-type",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.0.0"
      }
    ],
    "element": [
      {
        "id": "CD",
        "path": "CD",
        "short": "channel definition",
        "definition": "Definition: This data type is used for labeling of digital waveform data. It defines a recording channel, which is associated with one of the values in each time sample of waveform data. Each channel has a number (which generally defines its position in a multichannel display) and an optional name or label (also used in displays). One or two named waveform sources may also be associated with a channel (providing for the use of differential amplifiers with two inputs). The other components of the channel definition data type are optional. The individual components are defined as follows:",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "CD.1",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          }
        ],
        "path": "CD.1",
        "short": "Channel Identifier",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CD.1",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/WVI"
          }
        ]
      },
      {
        "id": "CD.2",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          }
        ],
        "path": "CD.2",
        "short": "Waveform Source",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CD.2",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/WVS"
          }
        ]
      },
      {
        "id": "CD.3",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          }
        ],
        "path": "CD.3",
        "short": "Channel Sensitivity and Units",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CD.3",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/CSU"
          }
        ]
      },
      {
        "id": "CD.4",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          }
        ],
        "path": "CD.4",
        "short": "Channel Calibration Parameters",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CD.4",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/CCP"
          }
        ]
      },
      {
        "id": "CD.5",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          },
          {
            "extension": [
              {
                "url": "length",
                "valueInteger": 6
              },
              {
                "url": "noTruncate",
                "valueBoolean": true
              }
            ],
            "url": "http://hl7.org/v2/StructureDefinition/conformance-length"
          }
        ],
        "path": "CD.5",
        "short": "Channel Sampling Frequency",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CD.5",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/NM"
          }
        ]
      },
      {
        "id": "CD.6",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          }
        ],
        "path": "CD.6",
        "short": "Minimum and Maximum Data Values",
        "min": 0,
        "max": "1",
        "base": {
          "path": "CD.6",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/NR"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "CD",
        "path": "CD",
        "short": "channel definition",
        "definition": "Definition: This data type is used for labeling of digital waveform data. It defines a recording channel, which is associated with one of the values in each time sample of waveform data. Each channel has a number (which generally defines its position in a multichannel display) and an optional name or label (also used in displays). One or two named waveform sources may also be associated with a channel (providing for the use of differential amplifiers with two inputs). The other components of the channel definition data type are optional. The individual components are defined as follows:",
        "min": 0,
        "max": "*"
      },
      {
        "id": "CD.1",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          }
        ],
        "path": "CD.1",
        "short": "Channel Identifier",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/WVI"
          }
        ]
      },
      {
        "id": "CD.2",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          }
        ],
        "path": "CD.2",
        "short": "Waveform Source",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/WVS"
          }
        ]
      },
      {
        "id": "CD.3",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          }
        ],
        "path": "CD.3",
        "short": "Channel Sensitivity and Units",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/CSU"
          }
        ]
      },
      {
        "id": "CD.4",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          }
        ],
        "path": "CD.4",
        "short": "Channel Calibration Parameters",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/CCP"
          }
        ]
      },
      {
        "id": "CD.5",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          },
          {
            "extension": [
              {
                "url": "length",
                "valueInteger": 6
              },
              {
                "url": "noTruncate",
                "valueBoolean": true
              }
            ],
            "url": "http://hl7.org/v2/StructureDefinition/conformance-length"
          }
        ],
        "path": "CD.5",
        "short": "Channel Sampling Frequency",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/NM"
          }
        ]
      },
      {
        "id": "CD.6",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          }
        ],
        "path": "CD.6",
        "short": "Minimum and Maximum Data Values",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/NR"
          }
        ]
      }
    ]
  }
}