<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="shr-core-UnitedStatesAddress" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>SHR UnitedStatesAddress Profile</b>
      </p>
      <p>An address for a place in the USA, conforming to US mail postal conventions. (Source: HL7 FHIR).</p>
      <p>
        <b>SHR Mapping Summary</b>
      </p>
      <p>
        <pre>shr.core.UnitedStatesAddress maps to Address:
  Purpose maps to use
  Type maps to type
  DisplayText maps to text
  AddressLine maps to line
  City maps to city
  District maps to district
  State maps to state
  PostalCode maps to postalCode
  Country maps to country
  EffectiveTimePeriod maps to period
</pre>
      </p>
    </div>
  </text>
  <url value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-UnitedStatesAddress" />
  <identifier>
    <system value="http://standardhealthrecord.org" />
    <value value="shr.core.UnitedStatesAddress" />
  </identifier>
  <version value="0.0.1" />
  <name value="SHR UnitedStatesAddress 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="An address for a place in the USA, conforming to US mail postal conventions. (Source: HL7 FHIR)." />
  <purpose value="Need to be able to record postal addresses, along with notes about their use." />
  <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>
  <mapping>
    <identity value="vcard" />
    <uri value="http://w3.org/vcard" />
    <name value="vCard Mapping" />
  </mapping>
  <kind value="complex-type" />
  <abstract value="false" />
  <type value="Address" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Address" />
  <derivation value="constraint" />
  <differential>
    <element id="Address:shr-core-UnitedStatesAddress">
      <path value="Address" />
      <short value="SHR UnitedStatesAddress Profile" />
      <definition value="An address for a place in the USA, conforming to US mail postal conventions. (Source: HL7 FHIR)." />
    </element>
    <element id="Address:shr-core-UnitedStatesAddress.line">
      <path value="Address.line" />
      <min value="0" />
      <max value="2" />
    </element>
    <element id="Address:shr-core-UnitedStatesAddress.state">
      <path value="Address.state" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Address:shr-core-UnitedStatesAddress.country">
      <path value="Address.country" />
      <min value="1" />
      <max value="1" />
    </element>
  </differential>
</StructureDefinition>