<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="shr-core-OrganizationalIdentifier" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>SHR OrganizationalIdentifier Profile</b>
      </p>
      <p>A code identifying a specific organization. The NPI should be provided, if available. Other business identifiers, such employer tax ID, or MVX code for vaccine manufacturers, should also be provided.</p>
      <p>
        <b>SHR Mapping Summary</b>
      </p>
      <p>
        <pre>shr.core.OrganizationalIdentifier maps to Identifier:
  string maps to value
  Purpose maps to use
  Type maps to type
  CodeSystem maps to system 
  EffectiveTimePeriod maps to period
  Issuer maps to assigner
</pre>
      </p>
    </div>
  </text>
  <url value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-OrganizationalIdentifier" />
  <identifier>
    <system value="http://standardhealthrecord.org" />
    <value value="shr.core.OrganizationalIdentifier" />
  </identifier>
  <version value="0.0.1" />
  <name value="SHR OrganizationalIdentifier Profile" />
  <status value="draft" />
  <date value="2017-12-20" />
  <publisher value="The MITRE Corporation: Standard Health Record Collaborative" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://standardhealthrecord.org" />
    </telecom>
  </contact>
  <description value="A code identifying a specific organization. The NPI should be provided, if available. Other business identifiers, such employer tax ID, or MVX code for vaccine manufacturers, should also be provided." />
  <purpose value="Need to be able to identify things with confidence and be sure that the identification is not subject to misinterpretation." />
  <fhirVersion value="3.0.1" />
  <mapping>
    <identity value="v2" />
    <uri value="http://hl7.org/v2" />
    <name value="HL7 v2 Mapping" />
  </mapping>
  <mapping>
    <identity value="rim" />
    <uri value="http://hl7.org/v3" />
    <name value="RIM Mapping" />
  </mapping>
  <mapping>
    <identity value="servd" />
    <uri value="http://www.omg.org/spec/ServD/1.0/" />
    <name value="ServD" />
  </mapping>
  <kind value="complex-type" />
  <abstract value="false" />
  <type value="Identifier" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Identifier" />
  <derivation value="constraint" />
  <differential>
    <element id="Identifier:shr-core-OrganizationalIdentifier">
      <path value="Identifier" />
      <short value="SHR OrganizationalIdentifier Profile" />
      <definition value="A code identifying a specific organization. The NPI should be provided, if available. Other business identifiers, such employer tax ID, or MVX code for vaccine manufacturers, should also be provided." />
    </element>
    <element id="Identifier:shr-core-OrganizationalIdentifier.extension:timeperiod">
      <path value="Identifier.extension" />
      <sliceName value="timeperiod" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="url" />
        </discriminator>
        <description value="Extensions are always sliced by (at least) url" />
        <rules value="open" />
      </slicing>
      <definition value="A period of time defined by a start and end time, date, or year. If the start element is missing, the start of the period is not known. If the end element is missing, it means that the period is ongoing, or the start may be in the past, and the end date in the future, which means that period is expected/planned to end at the specified time. The end value includes any matching date/time. For example, the period 2011-05-23 to 2011-05-27 includes all the times from the start of the 23rd May through to the end of the 27th of May." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-TimePeriod-extension" />
      </type>
    </element>
    <element id="Identifier:shr-core-OrganizationalIdentifier.extension:organization">
      <path value="Identifier.extension" />
      <sliceName value="organization" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="url" />
        </discriminator>
        <description value="Extensions are always sliced by (at least) url" />
        <rules value="open" />
      </slicing>
      <definition value="A social or legal structure formed by human beings." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Extension" />
        <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Organization-extension" />
      </type>
    </element>
    <element id="Identifier:shr-core-OrganizationalIdentifier.value">
      <path value="Identifier.value" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Identifier:shr-core-OrganizationalIdentifier.assigner">
      <path value="Identifier.assigner" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Organization" />
      </type>
    </element>
  </differential>
</StructureDefinition>