{
  "resourceType": "StructureDefinition",
  "id": "ext-nofixedaddress",
  "url": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-nofixedaddress",
  "version": "0.3.1",
  "name": "ExtensionNoFixedAddress",
  "title": "Extension: No fixed address flag",
  "status": "draft",
  "date": "2024-08-09",
  "publisher": "HL7 Canada - FHIR Implementation Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations"
        }
      ]
    }
  ],
  "description": "This extension applies to the Address datatype and indicates that there is an assertion that there is no fixed address.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Address"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "definition": "No Fixed Address indicator",
        "comment": "An assertion that there is no fixed address",
        "min": 0,
        "max": "1",
        "isModifier": false
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "min": 1,
        "max": "1",
        "fixedUri": "http://hl7.org/fhir/ca/baseline/StructureDefinition/ext-nofixedaddress"
      },
      {
        "id": "Extension.valueBoolean",
        "path": "Extension.valueBoolean",
        "definition": "Boolean flag representing an assertion",
        "min": 1,
        "max": "1",
        "patternBoolean": true
      }
    ]
  }
}