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

FHIR IG Statistics: StructureDefinition/DR

Packagehl7.v2plus
TypeStructureDefinition
IdDR
FHIR VersionR5
Sourcehttp://somewhere.org/fhir/uv/v2plus/https://build.fhir.org/ig/HL7/v2ig/StructureDefinition-DR.html
URLhttp://hl7.org/v2/StructureDefinition/DR
Version0.0.0
Statusactive
Date2025-07-11T16:45:01+00:00
NameDR
TitleHL7 v2 DR Data Type
Authorityhl7
Description*Note:* DR cannot be legally expressed when embedded within another data type. Its use is constrained to a segment field.
Typehttp://hl7.org/v2/StructureDefinition/DR
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
DTMHL7 v2 DTM Data Type
complex-data-typeHL7 v2 Complex Data Type

Narrative

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

Generated Narrative: StructureDefinition DR

NameFlagsCard.TypeDescription & Constraintsdoco
.. DR 0..*V2ComplexDataTypedate/time range
... 1 0..1dateTimeRange Start Date/Time
... 2 0..1dateTimeRange End Date/Time

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "DR",
  "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/DR",
  "version": "0.0.0",
  "name": "DR",
  "title": "HL7 v2 DR 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": "*Note:* DR cannot be legally expressed when embedded within another data type. Its use is constrained to a segment field.",
  "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/DR",
  "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": "DR",
        "path": "DR",
        "short": "date/time range",
        "definition": "Base definition for all types defined in FHIR type system.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "DR.1",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          }
        ],
        "path": "DR.1",
        "short": "Range Start Date/Time",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DR.1",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/DTM"
          }
        ]
      },
      {
        "id": "DR.2",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          }
        ],
        "path": "DR.2",
        "short": "Range End Date/Time",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DR.2",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/DTM"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "DR",
        "path": "DR",
        "short": "date/time range",
        "min": 0,
        "max": "*"
      },
      {
        "id": "DR.1",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          }
        ],
        "path": "DR.1",
        "short": "Range Start Date/Time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/DTM"
          }
        ]
      },
      {
        "id": "DR.2",
        "extension": [
          {
            "url": "http://hl7.org/v2/StructureDefinition/optionality",
            "valueCode": "O"
          }
        ],
        "path": "DR.2",
        "short": "Range End Date/Time",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "http://hl7.org/v2/StructureDefinition/DTM"
          }
        ]
      }
    ]
  }
}