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

FHIR IG Statistics: StructureDefinition/RCD

Packagehl7.v2plus
TypeStructureDefinition
IdRCD
FHIR VersionR5
Sourcehttp://somewhere.org/fhir/uv/v2plus/https://build.fhir.org/ig/HL7/v2ig/StructureDefinition-RCD.html
URLhttp://hl7.org/v2/StructureDefinition/RCD
Version0.0.0
Statusactive
Date2025-07-11T16:45:01+00:00
NameRCD
TitleHL7 v2 RCD Data Type
Authorityhl7
DescriptionExample: This defines a column containing the value of the "last name" component of _PID-5_, expressed as a ST data type with a maximum width of 20. |@PID.5.1^ST^20|
Typehttp://hl7.org/v2/StructureDefinition/RCD
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
IDHL7 v2 ID Data Type
NMHL7 v2 Numeric Primitive Type
STHL7 v2 String Primitive Type
complex-data-typeHL7 v2 Complex Data Type
ValueSet
v2-0440hl7VS-dataTypes
v2-0440hl7VS-dataTypes

Narrative

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

Generated Narrative: StructureDefinition RCD

NameFlagsCard.TypeDescription & Constraintsdoco
.. RCD 0..*V2ComplexDataTyperow column definition
... 1 0..1stringSegment Field Name
... 2 0..1codeHL7 Data Type
Binding: hl7VS-dataTypes (required)
... 3 0..1decimalMaximum Column Width

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "RCD",
  "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/RCD",
  "version": "0.0.0",
  "name": "RCD",
  "title": "HL7 v2 RCD 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": "Example: This defines a column containing the value of the \"last name\" component of _PID-5_, expressed as a ST data type with a maximum width of 20.\n\n|@PID.5.1^ST^20|",
  "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/RCD",
  "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": "RCD",
        "path": "RCD",
        "short": "row column definition",
        "definition": "*Definition:* This specifies the format of a column in terms of a segment field name, a data type, and a maximum length.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "RCD.1",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          },
          {
            "extension": [
              {
                "url": "min",
                "valueInteger": 6
              },
              {
                "url": "max",
                "valueInteger": 12
              }
            ],
            "url": "http://hl7.org/v2/StructureDefinition/length"
          }
        ],
        "path": "RCD.1",
        "short": "Segment Field Name",
        "min": 0,
        "max": "1",
        "base": {
          "path": "RCD.1",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/ST"
          }
        ]
      },
      {
        "id": "RCD.2",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          },
          {
            "extension": [
              {
                "url": "min",
                "valueInteger": 2
              },
              {
                "url": "max",
                "valueInteger": 3
              }
            ],
            "url": "http://hl7.org/v2/StructureDefinition/length"
          }
        ],
        "path": "RCD.2",
        "short": "HL7 Data Type",
        "min": 0,
        "max": "1",
        "base": {
          "path": "RCD.2",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/ID"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v2-0440"
        }
      },
      {
        "id": "RCD.3",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          },
          {
            "extension": [
              {
                "url": "min",
                "valueInteger": 1
              },
              {
                "url": "max",
                "valueInteger": 5
              }
            ],
            "url": "http://hl7.org/v2/StructureDefinition/length"
          }
        ],
        "path": "RCD.3",
        "short": "Maximum Column Width",
        "min": 0,
        "max": "1",
        "base": {
          "path": "RCD.3",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/NM"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "RCD",
        "path": "RCD",
        "short": "row column definition",
        "definition": "*Definition:* This specifies the format of a column in terms of a segment field name, a data type, and a maximum length.",
        "min": 0,
        "max": "*"
      },
      {
        "id": "RCD.1",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          },
          {
            "extension": [
              {
                "url": "min",
                "valueInteger": 6
              },
              {
                "url": "max",
                "valueInteger": 12
              }
            ],
            "url": "http://hl7.org/v2/StructureDefinition/length"
          }
        ],
        "path": "RCD.1",
        "short": "Segment Field Name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/ST"
          }
        ]
      },
      {
        "id": "RCD.2",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          },
          {
            "extension": [
              {
                "url": "min",
                "valueInteger": 2
              },
              {
                "url": "max",
                "valueInteger": 3
              }
            ],
            "url": "http://hl7.org/v2/StructureDefinition/length"
          }
        ],
        "path": "RCD.2",
        "short": "HL7 Data Type",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/ID"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://terminology.hl7.org/ValueSet/v2-0440"
        }
      },
      {
        "id": "RCD.3",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          },
          {
            "extension": [
              {
                "url": "min",
                "valueInteger": 1
              },
              {
                "url": "max",
                "valueInteger": 5
              }
            ],
            "url": "http://hl7.org/v2/StructureDefinition/length"
          }
        ],
        "path": "RCD.3",
        "short": "Maximum Column Width",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/NM"
          }
        ]
      }
    ]
  }
}