View raw Markdown
type: codesystemcodesystem: question-max-occurs

Max Occurs

Concepts

CodeDisplayDefinition
*RepeatingElement can repeat an unlimited number of times.

CodeSystem XML

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="question-max-occurs"/>
  <meta>

  </meta>
  <url value="http://hl7.org/fhir/question-max-occurs"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.847"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.2.380"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="MaxOccurs"/>
  <title value="Max Occurs"/>
  <status value="active"/>
  <experimental value="true"/>
  <description value="MaxOccurs"/>
  <content value="complete"/>
  <concept>
    <code value="*"/>
    <display value="Repeating"/>
    <definition value="Element can repeat an unlimited number of times."/>
  </concept>
</CodeSystem>