<?xml version="1.0" encoding="UTF-8"?>

<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="positiveInt"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">to do</div>
  </text>
  <url value="http://hl7.org/fhir/StructureDefinition/positiveInt"/>
  <name value="positiveInt"/>
  <status value="draft"/>
  <publisher value="HL7 FHIR Standard"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <date value="2015-12-03T09:57:31+11:00"/>
  <description value="Base StructureDefinition for positiveInt type: An integer with a value that is positive (e.g. &gt;0)"/>
  <fhirVersion value="1.1.0"/>
  <kind value="datatype"/>
  <constrainedType value="integer"/>
  <abstract value="false"/>
  <base value="http://hl7.org/fhir/StructureDefinition/integer"/>
  <snapshot>
    <element>
      <path value="integer"/>
      <short value="Primitive Type positiveInt"/>
      <definition value="An integer with a value that is positive (e.g. &gt;0)"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="integer"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Element"/>
      </type>
    </element>
    <element>
      <path value="integer.extension"/>
      <short value="Additional Content defined by implementations"/>
      <definition value="May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension."/>
      <comments value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone."/>
      <alias value="extensions"/>
      <alias value="user content"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="integer.extension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
    </element>
    <element>
      <path value="integer.value"/>
      <representation value="xmlAttr"/>
      <short value="Primitive value for positiveInt"/>
      <definition value="Primitive value for positiveInt"/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="integer.value"/>
        <min value="0"/>
        <max value="1"/>
      </base>
    <!-- Note: primitive values do not have an assigned type
      e.g. this is compiler magic
      XML and JSON types provided by extension -->
      <type>
        <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-regex">
          <valueString value="[1-9][0-9]*"/>
        </extension>
        <code>
          <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-json-type">
            <valueString value="number"/>
          </extension>
          <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type">
            <valueString value="xs:positiveInteger"/>
          </extension>
        </code>
      </type>
    </element>
  </snapshot>
  <differential>
    <element>
      <path value="integer"/>
      <short value="Primitive Type positiveInt"/>
      <definition value="An integer with a value that is positive (e.g. &gt;0)"/>
      <min value="0"/>
      <max value="*"/>
      <type>
        <code value="Element"/>
      </type>
    </element>
    <element>
      <path value="integer.value"/>
      <representation value="xmlAttr"/>
      <short value="Primitive value for positiveInt"/>
      <definition value="Primitive value for positiveInt"/>
      <min value="0"/>
      <max value="1"/>
    <!-- Note: primitive values do not have an assigned type
      e.g. this is compiler magic
      XML and JSON types provided by extension -->
      <type>
        <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-regex">
          <valueString value="[1-9][0-9]*"/>
        </extension>
        <code>
          <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-json-type">
            <valueString value="number"/>
          </extension>
          <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type">
            <valueString value="xs:positiveInteger"/>
          </extension>
        </code>
      </type>
    </element>
  </differential>
</StructureDefinition>