Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element sdc4:XdOrderedType / normal-status
Namespace No namespace
Annotations
Optional normal status indicator of value with respect to normal range for this value. Often included by lab, even if the normal range itself is not included. Coded by ordinals in series HHH, HH, H, (nothing), L, LL, LLL, etc.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element maxOccurs="1" minOccurs="0" name="normal-status" type="xs:string">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Optional normal status indicator of value with respect to normal range for this value. Often included by lab, even if the normal range itself is not included. Coded by ordinals in series HHH, HH, H, (nothing), L, LL, LLL, etc.</xs:documentation>
    <xs:appinfo>
      <rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdOrderedType/normal-status">
        <rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdOrderedType"/>
        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:label xml:lang="en-us">normal-status</rdfs:label>
        <rdf:type rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
        <rdfs:comment xml:lang="en-us">Optional normal status indicator of value with respect to normal range for this value. Often included by lab, even if the normal range itself is not included. Coded by ordinals in series HHH, HH, H, (nothing), L, LL, LLL, etc.</rdfs:comment>
      </rdf:Description>
    </xs:appinfo>
  </xs:annotation>
</xs:element>
Complex Type sdc4:XdOrderedType
Namespace https://semanticdatacharter.com/ns/sdc4/
Annotations
Abstract type defining the concept of ordered values, which includes ordinals as well as true quantities. The implementations require the functions ‘<’, '>' and is_strictly_comparable_to ('==').
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_Element_sdc4_ReferenceRange.tmp#ReferenceRangesdc4_xsd_Complex_Type_sdc4_XdOrderedType.tmp#XdOrderedType_normal-status
Type extension of sdc4:XdAnyType
Type hierarchy
Properties
abstract true
Used by
Model
Children act, label, latitude, longitude, modified, normal-status, sdc4:ExceptionalValue, sdc4:ReferenceRange, tr, vtb, vte
Source
<xs:complexType abstract="true" name="XdOrderedType">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Abstract type defining the concept of ordered values, which includes ordinals as well as true quantities. The implementations require the functions ‘<’, '>' and is_strictly_comparable_to ('==').</xs:documentation>
    <xs:appinfo>
      <rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdOrderedType">
        <rdfs:isDefinedBy rdf:resource="https://semanticdatacharter.com/docs/sdc4/sdc4_xsd_Complex_Type_sdc4_XdOrderedType.html#XdOrderedType"/>
        <rdfs:subClassOf rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdAnyType"/>
        <rdfs:label xml:lang="en-us">XdOrderedType</rdfs:label>
        <rdf:type rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4/CMC"/>
        <rdfs:comment xml:lang="en-us">Abstract type defining the concept of ordered values, which includes ordinals as well as true quantities. The implementations require the functions ‘<’, '>' and is_strictly_comparable_to ('==').</rdfs:comment>
      </rdf:Description>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="sdc4:XdAnyType">
      <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0" ref="sdc4:ReferenceRange">
          <xs:annotation>
            <xs:documentation xml:lang="en-us">Optional list of ReferenceRanges for this value in its particular measurement context.</xs:documentation>
            <xs:appinfo>
              <rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdOrderedType/range">
                <rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdOrderedType"/>
                <rdfs:range rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#ReferenceRangeType"/>
                <rdfs:label xml:lang="en-us">ReferenceRange(s)</rdfs:label>
                <rdf:type rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4/ReferenceRangeType"/>
                <rdfs:comment xml:lang="en-us">Optional list of ReferenceRanges for this value in its particular measurement context.</rdfs:comment>
              </rdf:Description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="1" minOccurs="0" name="normal-status" type="xs:string">
          <xs:annotation>
            <xs:documentation xml:lang="en-us">Optional normal status indicator of value with respect to normal range for this value. Often included by lab, even if the normal range itself is not included. Coded by ordinals in series HHH, HH, H, (nothing), L, LL, LLL, etc.</xs:documentation>
            <xs:appinfo>
              <rdf:Description rdf:about="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdOrderedType/normal-status">
                <rdfs:domain rdf:resource="https://semanticdatacharter.com/ns/sdc4/sdc4.xsd#XdOrderedType"/>
                <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
                <rdfs:label xml:lang="en-us">normal-status</rdfs:label>
                <rdf:type rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
                <rdfs:comment xml:lang="en-us">Optional normal status indicator of value with respect to normal range for this value. Often included by lab, even if the normal range itself is not included. Coded by ordinals in series HHH, HH, H, (nothing), L, LL, LLL, etc.</rdfs:comment>
              </rdf:Description>
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>