{
  "resourceType": "StructureDefinition",
  "id": "vkp-sone-v090",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2018-06-15T13:39:05.662+00:00"
  },
  "url": "http://ehelse.no/fhir/StructureDefinition/vkp-sone-v090",
  "version": "0.9.0",
  "name": "VkpSone",
  "status": "draft",
  "date": "2019-09-12",
  "description": "Information about juristictional sone/subsone the Person belongs to (home address).",
  "fhirVersion": "4.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Location"
    },
    {
      "type": "element",
      "expression": "Patient"
    },
    {
      "type": "element",
      "expression": "Practitioner"
    },
    {
      "type": "element",
      "expression": "Organization"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Information about juristictional sone/subsone",
        "definition": "Information about juristictional sone/subsone of the Person. The sone and subsone is given as a list of string values delimited by \"|\".\r\n\r\nExample:\r\n~~~\r\n{\r\n     \"url\":\"http://ehelse.no/fhir/StructureDefinition/vkp-sone-v090\",\r\n     \"valueString\":\"Oslo|Gamle Oslo|Øst|Kampen\"\r\n}\r\n~~~",
        "comment": "This information is typically recorden in the municipality ERP and they have not defined any standard way of representing this data across different municipalities in Norway. The number of sones and subsones can as a result of this vary from one municipality to another."
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedString": "http://ehelse.no/fhir/StructureDefinition/vkp-sone-v090"
      },
      {
        "id": "Extension.value[x]:valueString",
        "path": "Extension.value[x]",
        "sliceName": "valueString",
        "short": "String representation of the Sone hierarcy",
        "definition": "A string representation of the Sone Hierarcy. Usually four levels: Municipality, District, Sone and SubSone. Each category is given in a separate String element, starting with the top sone.\r\n\r\nExample:\r\n~~~~\r\n\"Oslo|Gamle Oslo|Øst|Kampen\"\r\n~~~~",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}