{
  "resourceType": "StructureDefinition",
  "id": "shr-core-UnitedStatesAddress",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR UnitedStatesAddress Profile</b></p>\n  <p>An address for a place in the USA, conforming to US mail postal conventions. (Source: HL7 FHIR).</p>\n  <p><b>SHR Mapping Summary</b></p>\n  <p><pre>shr.core.UnitedStatesAddress maps to Address:\n  Purpose maps to use\n  Type maps to type\n  DisplayText maps to text\n  AddressLine maps to line\n  City maps to city\n  District maps to district\n  State maps to state\n  PostalCode maps to postalCode\n  Country maps to country\n  EffectiveTimePeriod maps to period\n</pre></p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-UnitedStatesAddress",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.core.UnitedStatesAddress"
    }
  ],
  "version": "0.0.1",
  "name": "SHR UnitedStatesAddress Profile",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "An address for a place in the USA, conforming to US mail postal conventions. (Source: HL7 FHIR).",
  "purpose": "Need to be able to record postal addresses, along with notes about their use.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "vcard",
      "uri": "http://w3.org/vcard",
      "name": "vCard Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Address",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Address",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Address:shr-core-UnitedStatesAddress",
        "path": "Address",
        "short": "SHR UnitedStatesAddress Profile",
        "definition": "An address for a place in the USA, conforming to US mail postal conventions. (Source: HL7 FHIR)."
      },
      {
        "id": "Address:shr-core-UnitedStatesAddress.line",
        "path": "Address.line",
        "min": 0,
        "max": "2"
      },
      {
        "id": "Address:shr-core-UnitedStatesAddress.state",
        "path": "Address.state",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Address:shr-core-UnitedStatesAddress.country",
        "path": "Address.country",
        "min": 1,
        "max": "1"
      }
    ]
  }
}