PackagesCanonicalsLogsProblems
    Packages
    hl7.cda.uv.core@2.0.0-sd-snapshot1
    http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS
{
  "description": "A set of consecutive values of an ordered base data type.",
  "_filename": "StructureDefinition-IVL-TS.json",
  "package_name": "hl7.cda.uv.core",
  "date": "2023-12-16T11:59:27-05:00",
  "derivation": "specialization",
  "publisher": "Health Level 7",
  "fhirVersion": "5.0.0",
  "name": "IVL_TS",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "http://hl7.org/cda/stds/core/StructureDefinition/IVL_TS",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "IVL_TS: Interval (V3 Data Type)",
  "package_version": "2.0.0-sd-snapshot1",
  "extension": [ {
    "url": "http://hl7.org/fhir/tools/StructureDefinition/logical-target",
    "_valueBoolean": {
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "not-applicable"
      } ]
    }
  }, {
    "url": "http://hl7.org/fhir/tools/StructureDefinition/xml-namespace",
    "valueUri": "urn:hl7-org:v3"
  }, {
    "url": "http://hl7.org/fhir/tools/StructureDefinition/logical-container",
    "valueUri": "http://hl7.org/cda/stds/core/StructureDefinition/ClinicalDocument"
  } ],
  "snapshot": {
    "element": [ {
      "constraint": [ {
        "key": "ivl-ts-center",
        "human": "Center cannot co-exist with low or high",
        "severity": "error",
        "expression": "center.empty() or (low.empty() and high.empty())"
      } ],
      "path": "IVL_TS",
      "min": 1,
      "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.",
      "isModifier": false,
      "short": "Base for all types and resources",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "max": "*",
      "id": "IVL_TS",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Base"
      }
    }, {
      "path": "IVL_TS.nullFlavor",
      "min": 0,
      "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
      "type": [ {
        "code": "code",
        "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ]
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/cda/stds/core/ValueSet/CDANullFlavor"
      },
      "representation": [ "xmlAttr" ],
      "max": "1",
      "label": "Exceptional Value Detail",
      "id": "IVL_TS.nullFlavor",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ANY.nullFlavor"
      }
    }, {
      "path": "IVL_TS.value",
      "min": 0,
      "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.",
      "type": [ {
        "code": "dateTime",
        "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/ts-simple" ]
      } ],
      "extension": [ {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-date-format",
        "valueString": "YYYYMMDDHHMMSS.UUUU[+|-ZZzz]"
      }, {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/elementdefinition-date-rules",
        "valueString": "year-valid"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "IVL_TS.value",
      "base": {
        "max": "1",
        "min": 0,
        "path": "TS.value"
      }
    }, {
      "path": "IVL_TS.operator",
      "min": 0,
      "definition": "A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point.",
      "defaultValueCode": "I",
      "type": [ {
        "code": "code",
        "profile": [ "http://hl7.org/cda/stds/core/StructureDefinition/cs-simple" ]
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://terminology.hl7.org/ValueSet/v3-SetOperator"
      },
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "IVL_TS.operator",
      "base": {
        "max": "1",
        "min": 0,
        "path": "SXCM_TS.operator"
      }
    }, {
      "id": "IVL_TS.low",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "IVL_TS.low"
      },
      "path": "IVL_TS.low",
      "type": [ {
        "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVXB-TS"
      } ],
      "label": "Low Boundary",
      "definition": "This is the low limit of the interval."
    }, {
      "id": "IVL_TS.center",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "IVL_TS.center"
      },
      "path": "IVL_TS.center",
      "type": [ {
        "code": "http://hl7.org/cda/stds/core/StructureDefinition/TS"
      } ],
      "label": "Central Value",
      "definition": "The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values."
    }, {
      "id": "IVL_TS.width",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "IVL_TS.width"
      },
      "path": "IVL_TS.width",
      "type": [ {
        "code": "http://hl7.org/cda/stds/core/StructureDefinition/PQ"
      } ],
      "label": "Width",
      "definition": "The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived."
    }, {
      "id": "IVL_TS.high",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "IVL_TS.high"
      },
      "path": "IVL_TS.high",
      "type": [ {
        "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVXB-TS"
      } ],
      "label": "High Boundary",
      "definition": "This is the high limit of the interval."
    } ]
  },
  "status": "active",
  "id": "c6633394-d1bf-4936-a04c-61a7768dcba5",
  "kind": "logical",
  "url": "http://hl7.org/cda/stds/core/StructureDefinition/IVL-TS",
  "version": "2.0.0-sd-snapshot1",
  "differential": {
    "element": [ {
      "id": "IVL_TS",
      "max": "*",
      "min": 1,
      "path": "IVL_TS",
      "constraint": [ {
        "key": "ivl-ts-center",
        "human": "Center cannot co-exist with low or high",
        "severity": "error",
        "expression": "center.empty() or (low.empty() and high.empty())"
      } ]
    }, {
      "id": "IVL_TS.low",
      "max": "1",
      "min": 0,
      "path": "IVL_TS.low",
      "type": [ {
        "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVXB-TS"
      } ],
      "label": "Low Boundary",
      "definition": "This is the low limit of the interval."
    }, {
      "id": "IVL_TS.center",
      "max": "1",
      "min": 0,
      "path": "IVL_TS.center",
      "type": [ {
        "code": "http://hl7.org/cda/stds/core/StructureDefinition/TS"
      } ],
      "label": "Central Value",
      "definition": "The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values."
    }, {
      "id": "IVL_TS.width",
      "max": "1",
      "min": 0,
      "path": "IVL_TS.width",
      "type": [ {
        "code": "http://hl7.org/cda/stds/core/StructureDefinition/PQ"
      } ],
      "label": "Width",
      "definition": "The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived."
    }, {
      "id": "IVL_TS.high",
      "max": "1",
      "min": 0,
      "path": "IVL_TS.high",
      "type": [ {
        "code": "http://hl7.org/cda/stds/core/StructureDefinition/IVXB-TS"
      } ],
      "label": "High Boundary",
      "definition": "This is the high limit of the interval."
    } ]
  },
  "contact": [ {
    "name": "HL7 International - Structured Documents",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/structure",
      "system": "url"
    }, {
      "value": "structdog@lists.HL7.org",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/cda/stds/core/StructureDefinition/SXCM-TS"
}