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

FHIR IG Statistics: StructureDefinition/IVXB-TS

Packageau.digitalhealth.cda.schema
TypeStructureDefinition
IdIVXB-TS
FHIR VersionR5
Sourcehttp://ns.electronichealth.net.au/cda/https://build.fhir.org/ig/AuDigitalHealth/cda-au-schema/StructureDefinition-IVXB-TS.html
URLhttp://hl7.org/cda/stds/core/StructureDefinition/IVXB-TS
Version1.0.0
Statusactive
Date2025-07-21T22:05:27+00:00
NameIVXB_TS
TitleIVXB_TS: Interval Boundary PointInTime (V3 Data Type)
Realmau
Authoritynational
DescriptionA timestamp interval boundary containing an inclusive/exclusive flag.
Typehttp://hl7.org/cda/stds/core/StructureDefinition/IVXB_TS
Kindlogical

Resources that use this resource

StructureDefinition
IVL-TSIVL_TS: Interval (V3 Data Type)

Resources that this resource uses

StructureDefinition
TSTS: PointInTime (V3 Data Type)
bl-simplebl: Boolean

Narrative

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

A timestamp interval boundary containing an inclusive/exclusive flag.


Source

{
  "resourceType": "StructureDefinition",
  "id": "IVXB-TS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ],
  "url": "http://hl7.org/cda/stds/core/StructureDefinition/IVXB-TS",
  "version": "1.0.0",
  "name": "IVXB_TS",
  "title": "IVXB_TS: Interval Boundary PointInTime (V3 Data Type)",
  "status": "active",
  "experimental": false,
  "date": "2025-07-21T22:05:27+00:00",
  "publisher": "HL7",
  "description": "A timestamp interval boundary containing an inclusive/exclusive flag.",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.org/cda/stds/core/StructureDefinition/IVXB_TS",
  "baseDefinition": "http://hl7.org/cda/stds/core/StructureDefinition/TS",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "1.0.0"
      }
    ],
    "element": [
      {
        "id": "IVXB_TS",
        "path": "IVXB_TS",
        "short": "Base for all types and resources",
        "definition": "A timestamp interval boundary containing an inclusive/exclusive flag.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "IVXB_TS.nullFlavor",
        "path": "IVXB_TS.nullFlavor",
        "representation": [
          "xmlAttr"
        ],
        "label": "Exceptional Value Detail",
        "definition": "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ANY.nullFlavor",
          "min": 0,
          "max": "1"
        },
        "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"
        }
      },
      {
        "id": "IVXB_TS.value",
        "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"
          }
        ],
        "path": "IVXB_TS.value",
        "representation": [
          "xmlAttr"
        ],
        "definition": "A quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "TS.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime",
            "profile": [
              "http://hl7.org/cda/stds/core/StructureDefinition/ts-simple"
            ]
          }
        ]
      },
      {
        "id": "IVXB_TS.inclusive",
        "path": "IVXB_TS.inclusive",
        "representation": [
          "xmlAttr"
        ],
        "definition": "Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "IVXB_TS.inclusive",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean",
            "profile": [
              "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple"
            ]
          }
        ],
        "defaultValueBoolean": true
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "IVXB_TS",
        "path": "IVXB_TS",
        "definition": "A timestamp interval boundary containing an inclusive/exclusive flag.",
        "min": 1,
        "max": "*"
      },
      {
        "id": "IVXB_TS.inclusive",
        "path": "IVXB_TS.inclusive",
        "representation": [
          "xmlAttr"
        ],
        "definition": "Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean",
            "profile": [
              "http://hl7.org/cda/stds/core/StructureDefinition/bl-simple"
            ]
          }
        ],
        "defaultValueBoolean": true
      }
    ]
  }
}