{
  "resourceType": "StructureDefinition",
  "url": "http://example.org/fhir/StructureDefinition/AddressRNU",
  "name": "AddressRNU",
  "status": "draft",
  "fhirVersion": "3.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "Element",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "snapshot": {
    "element": [
      {
        "id": "AddressRNU",
        "path": "AddressRNU",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "AddressRNU.Country",
        "path": "AddressRNU.Country",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
          }
        ]
      },
      {
        "id": "AddressRNU.City",
        "path": "AddressRNU.City",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
          }
        ]
      },
      {
        "id": "AddressRNU.State",
        "path": "AddressRNU.State",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
          }
        ]
      },
      {
        "id": "AddressRNU.District",
        "path": "AddressRNU.District",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
          }
        ]
      }
    ]
  }
}