Showing:

Annotations
Asserts
Diagrams
Instances
Model
Properties
Source
Used by
Element sdc4:ReferenceRangeType / definition
Namespace No namespace
Annotations
Term whose value indicates the meaning of this range, e.g. 'normal', 'critical', 'therapeutic' etc.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element maxOccurs="1" minOccurs="1" name="definition" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Term whose value indicates the meaning of this range, e.g. 'normal', 'critical', 'therapeutic' etc.</xs:documentation>
    <xs:appinfo>
      <rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ReferenceRangeType/definition">
        <rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ReferenceRangeType"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en-us">definition</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:comment xml:lang="en-us">Term whose value indicates the meaning of this range, e.g. 'normal', 'critical', 'therapeutic' etc.</rdfs:comment>
      </rdf:Description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element sdc4:ReferenceRangeType / interval
Namespace No namespace
Annotations
The data range for this reference range.
Diagram
Diagramsdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_labelsdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_actsdc4_xsd_Element_sdc4_ExceptionalValue.tmp#ExceptionalValuesdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_vtbsdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_vtesdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_trsdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_modifiedsdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_latitudesdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_longitudesdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyTypesdc4_xsd_Complex_Type_sdc4_XdIntervalType.tmp#XdIntervalType_lowersdc4_xsd_Complex_Type_sdc4_XdIntervalType.tmp#XdIntervalType_uppersdc4_xsd_Complex_Type_sdc4_XdIntervalType.tmp#XdIntervalType_lower_includedsdc4_xsd_Complex_Type_sdc4_XdIntervalType.tmp#XdIntervalType_upper_includedsdc4_xsd_Complex_Type_sdc4_XdIntervalType.tmp#XdIntervalType_lower_boundedsdc4_xsd_Complex_Type_sdc4_XdIntervalType.tmp#XdIntervalType_upper_boundedsdc4_xsd_Complex_Type_sdc4_XdIntervalType.tmp#XdIntervalType_interval-unitssdc4_xsd_Complex_Type_sdc4_XdIntervalType.tmp#XdIntervalType
Type sdc4:XdIntervalType
Type hierarchy
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children act, interval-units, label, latitude, longitude, lower, lower_bounded, lower_included, modified, sdc4:ExceptionalValue, tr, upper, upper_bounded, upper_included, vtb, vte
Instance
<interval xmlns:sdc4="https://semanticdatacharter.com/ns/sdc4/">
  <label>{0,1}</label>
  <act>{0,1}</act>
  <sdc4:ExceptionalValue>{0,unbounded}</sdc4:ExceptionalValue>
  <vtb>{0,1}</vtb>
  <vte>{0,1}</vte>
  <tr>{0,1}</tr>
  <modified>{0,1}</modified>
  <latitude>{0,1}</latitude>
  <longitude>{0,1}</longitude>
  <lower>{0,1}</lower>
  <upper>{0,1}</upper>
  <lower_included>{1,1}</lower_included>
  <upper_included>{1,1}</upper_included>
  <lower_bounded>{1,1}</lower_bounded>
  <upper_bounded>{1,1}</upper_bounded>
  <interval-units>{0,1}</interval-units>
</interval>
Asserts
Test XPath default namespace Annotation
not(exists(lower) and exists(upper)) or (name(lower/*) eq name(upper/*))
Source
<xs:element maxOccurs="1" minOccurs="1" name="interval" type="sdc4:XdIntervalType">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">The data range for this reference range.</xs:documentation>
    <xs:appinfo>
      <rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ReferenceRangeType/interval">
        <rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ReferenceRangeType"/>
        <rdfs:range rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdIntervalType"/>
        <rdfs:label xml:lang="en-us">interval</rdfs:label>
        <rdf:type rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdIntervalType"/>
        <rdfs:comment xml:lang="en-us">The data range for this reference range.</rdfs:comment>
      </rdf:Description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Element sdc4:ReferenceRangeType / is-normal
Namespace No namespace
Annotations
True if this reference range defines values that are considered to be normal. In the context of the value in the definition element.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 1
maxOccurs 1
default false
Source
<xs:element maxOccurs="1" minOccurs="1" name="is-normal" type="xs:boolean" default="false">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">True if this reference range defines values that are considered to be normal. In the context of the value in the definition element.</xs:documentation>
    <xs:appinfo>
      <rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ReferenceRangeType/is-normal">
        <rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ReferenceRangeType"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
        <rdfs:label xml:lang="en-us">is-normal</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
        <rdfs:comment xml:lang="en-us">True if this reference range defines values that are considered to be normal. In the context of the value in the definition element.</rdfs:comment>
      </rdf:Description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Complex Type sdc4:ReferenceRangeType
Namespace https://semanticdatacharter.com/ns/sdc4/
Annotations
Defines a named range to be associated with any ORDERED datatype. Each such range is sensitive to the context, e.g. sex, age, location, and any other factor which affects ranges. May be used to represent high, low, normal, therapeutic, dangerous, critical, etc.
ranges that are constrained by an interval.
Diagram
Diagramsdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_labelsdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_actsdc4_xsd_Element_sdc4_ExceptionalValue.tmp#ExceptionalValuesdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_vtbsdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_vtesdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_trsdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_modifiedsdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_latitudesdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyType_longitudesdc4_xsd_Complex_Type_sdc4_XdAnyType.tmp#XdAnyTypesdc4_xsd_Complex_Type_sdc4_ReferenceRangeType.tmp#ReferenceRangeType_definitionsdc4_xsd_Complex_Type_sdc4_ReferenceRangeType.tmp#ReferenceRangeType_intervalsdc4_xsd_Complex_Type_sdc4_ReferenceRangeType.tmp#ReferenceRangeType_is-normal
Type extension of sdc4:XdAnyType
Type hierarchy
Used by
Model
Children act, definition, interval, is-normal, label, latitude, longitude, modified, sdc4:ExceptionalValue, tr, vtb, vte
Source
<xs:complexType name="ReferenceRangeType">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Defines a named range to be associated with any ORDERED datatype. Each such range is sensitive to the context, e.g. sex, age, location, and any other factor which affects ranges. May be used to represent high, low, normal, therapeutic, dangerous, critical, etc. ranges that are constrained by an interval.</xs:documentation>
    <xs:appinfo>
      <rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ReferenceRangeType">
        <rdfs:isDefinedBy rdf:resource="https://semanticdatacharter.com/docs/sdc4/sdc4_xsd_Complex_Type_sdc4_ReferenceRangeType.html#ReferenceRangeType"/>
        <rdfs:subClassOf rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdAnyType"/>
        <rdfs:label xml:lang="en-us">ReferenceRangeType</rdfs:label>
        <rdf:type rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4/CMC"/>
        <rdfs:comment xml:lang="en-us">Defines a named range to be associated with any ORDERED datatype. Each such range is sensitive to the context, e.g. sex, age, location, and any other factor which affects ranges. May be used to represent high, low, normal, therapeutic, dangerous, critical, etc. ranges that are constrained by an interval.</rdfs:comment>
      </rdf:Description>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="sdc4:XdAnyType">
      <xs:sequence>
        <xs:element maxOccurs="1" minOccurs="1" name="definition" type="xs:string">
          <xs:annotation>
            <xs:documentation xml:lang="en-us">Term whose value indicates the meaning of this range, e.g. 'normal', 'critical', 'therapeutic' etc.</xs:documentation>
            <xs:appinfo>
              <rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ReferenceRangeType/definition">
                <rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ReferenceRangeType"/>
                <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
                <rdfs:label xml:lang="en-us">definition</rdfs:label>
                <rdf:type rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
                <rdfs:comment xml:lang="en-us">Term whose value indicates the meaning of this range, e.g. 'normal', 'critical', 'therapeutic' etc.</rdfs:comment>
              </rdf:Description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="1" minOccurs="1" name="interval" type="sdc4:XdIntervalType">
          <xs:annotation>
            <xs:documentation xml:lang="en-us">The data range for this reference range.</xs:documentation>
            <xs:appinfo>
              <rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ReferenceRangeType/interval">
                <rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ReferenceRangeType"/>
                <rdfs:range rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdIntervalType"/>
                <rdfs:label xml:lang="en-us">interval</rdfs:label>
                <rdf:type rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdIntervalType"/>
                <rdfs:comment xml:lang="en-us">The data range for this reference range.</rdfs:comment>
              </rdf:Description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="1" minOccurs="1" name="is-normal" type="xs:boolean" default="false">
          <xs:annotation>
            <xs:documentation xml:lang="en-us">True if this reference range defines values that are considered to be normal. In the context of the value in the definition element.</xs:documentation>
            <xs:appinfo>
              <rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ReferenceRangeType/is-normal">
                <rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ReferenceRangeType"/>
                <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
                <rdfs:label xml:lang="en-us">is-normal</rdfs:label>
                <rdf:type rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
                <rdfs:comment xml:lang="en-us">True if this reference range defines values that are considered to be normal. In the context of the value in the definition element.</rdfs:comment>
              </rdf:Description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>