<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="de-identifier" />
  <url value="https://fhir.icanbwell.com/4_0_0/StructureDefinition/de-identifier" />
  <version value="1.0" />
  <name value="Identifier" />
  <title value="Element: Identifier" />
  <status value="active" />
  <date value="2023-06-07T20:51:12.9132894+00:00" />
  <publisher value="b.Well Connected Health" />
  <description value="Any given identifier" />
  <fhirVersion value="4.0.1" />
  <kind value="resource" />
  <abstract value="true" />
  <type value="Identifier" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Identifier" />
  <derivation value="constraint" />
  <differential>
    <element id="Identifier">
      <path value="Identifier" />
      <short value="A value to identify the resource by" />
    </element>
    <element id="Identifier.id">
      <path value="Identifier.id" />
      <short value="Unique id for the element" />
      <comment value="set case-by-case" />
      <min value="1" />
      <mustSupport value="true" />
    </element>
    <element id="Identifier.use">
      <path value="Identifier.use" />
      <mustSupport value="true" />
    </element>
    <element id="Identifier.type">
      <path value="Identifier.type" />
      <mustSupport value="true" />
      <binding>
        <strength value="extensible" />
        <valueSet value="https://fhir.icanbwell.com/4_0_0/ValueSet/vs-identifier-type" />
      </binding>
    </element>
    <element id="Identifier.type.coding">
      <path value="Identifier.type.coding" />
      <min value="1" />
      <binding>
        <strength value="extensible" />
        <valueSet value="https://www.hl7.org/fhir/us/bwell/bwell-vs-identifier-type" />
      </binding>
    </element>
    <element id="Identifier.type.coding.id">
      <path value="Identifier.type.coding.id" />
      <min value="1" />
    </element>
    <element id="Identifier.type.coding.system">
      <path value="Identifier.type.coding.system" />
      <min value="1" />
    </element>
    <element id="Identifier.type.coding.code">
      <path value="Identifier.type.coding.code" />
      <min value="1" />
    </element>
    <element id="Identifier.system">
      <path value="Identifier.system" />
      <short value="The system which created the identifier" />
      <definition value="Values may be an oid, uri, url, or canonical" />
      <comment value="Identifier.system is always case sensitive, and should not end with a &quot;/&quot;" />
      <min value="1" />
      <mustSupport value="true" />
    </element>
    <element id="Identifier.value">
      <path value="Identifier.value" />
      <short value="The unique value" />
      <definition value="The raw identifier value that represents a resource" />
      <min value="1" />
      <mustSupport value="true" />
    </element>
  </differential>
</StructureDefinition>