{
  "resourceType": "StructureDefinition",
  "id": "vkp-Address-v090",
  "url": "http://ehelse.no/fhir/StructureDefinition/vkp-Address-v090",
  "version": "0.9.0",
  "name": "VkpAddress",
  "status": "draft",
  "date": "2019-11-28",
  "description": "Profile of the no-Address profile for use in Norwegian VKP project",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Address",
  "baseDefinition": "http://hl7.no/fhir/StructureDefinition/no-basis-Address",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Address.extension",
        "path": "Address.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "closed"
        }
      },
      {
        "id": "Address.extension:elock",
        "path": "Address.extension",
        "sliceName": "elock",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://ehelse.no/fhir/StructureDefinition/vkp-elock-v090"
            ]
          }
        ]
      },
      {
        "id": "Address.line.extension",
        "path": "Address.line.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "closed"
        }
      },
      {
        "id": "Address.line.extension:hint",
        "path": "Address.line.extension",
        "sliceName": "hint",
        "short": "additionalLocator - hint",
        "definition": "In VKP this extension is used to give additional information of how to locate the address when visiting the location.\r\n\r\nThis can be a unit designator, such as apartment number, suite number, or floor. There may be several unit designators in an address (e.g., \"3rd floor, Appt. 342\"). This can also be a designator pointing away from the location, rather than specifying a smaller location within some larger one (e.g., Dutch \"t.o.\" means \"opposite to\" for house boats located across the street facing houses).",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator"
            ]
          }
        ]
      },
      {
        "id": "Address.line.extension:hint.value[x]",
        "path": "Address.line.extension.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "closed"
        }
      },
      {
        "id": "Address.line.extension:hint.value[x]:valueString",
        "path": "Address.line.extension.value[x]",
        "sliceName": "valueString"
      }
    ]
  }
}