{
  "resourceType": "StructureDefinition",
  "id": "no-fixed-address",
  "url": "http://hl7.org.au/fhir/StructureDefinition/no-fixed-address",
  "version": "1.1.0",
  "name": "NoFixedAddress",
  "title": "No Fixed Address",
  "status": "draft",
  "date": "2018-10-03",
  "publisher": "Health Level Seven Australia (Patient Administration WG)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org.au",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This extension applies to the Address datatype and indicates that there is an assertion that there is no fixed address.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "datatype",
  "context": [
    "Address"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "No fixed address flag",
        "definition": "No Fixed Address indicator.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org.au/fhir/StructureDefinition/no-fixed-address"
      },
      {
        "id": "Extension.valueBoolean",
        "path": "Extension.valueBoolean",
        "min": 1,
        "type": [
          {
            "code": "boolean"
          }
        ],
        "fixedBoolean": true
      }
    ]
  }
}