STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Ccda/EIVL.json

Raw JSON (canonical form)

Logical Model V3 Data type EIVL (EventRelatedPeriodicInterval)

{
  "resourceType": "StructureDefinition",
  "id": "EIVL",
  "extension": [
    {
      "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
      "valueUri": "urn:hl7-org:v3"
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/EIVL",
  "name": "V3 Data type EIVL (EventRelatedPeriodicInterval)",
  "display": "V3 Data type EIVL (EventRelatedPeriodicInterval)",
  "status": "active",
  "experimental": false,
  "publisher": "HL7",
  "description": "Specifies a periodic interval of time where the recurrence is based on activities of daily living or other important events that are time-related but not fully determined by time.",
  "kind": "logical",
  "abstract": false,
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/SXCM_TS",
  "snapshot": {
    "element": [
      {
        "path": "EIVL",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "path": "EIVL.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",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/v3-NullFlavor"
          }
        }
      },
      {
        "path": "EIVL.value",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "path": "EIVL.inclusive",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "EIVL.operator",
        "representation": [
          "xmlAttr"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "path": "EIVL.event",
        "label": "Event",
        "definition": "A code for a common (periodical) activity of daily living based on which the event related periodic interval is specified.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ]
      },
      {
        "path": "EIVL.offset",
        "label": "Offset",
        "definition": "An interval of elapsed time (duration, not absolute point in time) that marks the offsets for the beginning, width and end of the event-related periodic interval measured from the time each such event actually occurred.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_PQ"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "path": "EIVL",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "path": "EIVL.event",
        "label": "Event",
        "definition": "A code for a common (periodical) activity of daily living based on which the event related periodic interval is specified.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CE"
          }
        ]
      },
      {
        "path": "EIVL.offset",
        "label": "Offset",
        "definition": "An interval of elapsed time (duration, not absolute point in time) that marks the offsets for the beginning, width and end of the event-related periodic interval measured from the time each such event actually occurred.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "IVL_PQ"
          }
        ]
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.