{
  "resourceType": "StructureDefinition",
  "url": "http://electronichealth.se/fhir/StructureDefinition/NLLBasicOrganization",
  "name": "NLLBasicOrganization",
  "status": "draft",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Organization.identifier:hsaId",
        "path": "Organization.identifier",
        "sliceName": "hsaId"
      },
      {
        "id": "Organization.identifier:hsaId.system",
        "path": "Organization.identifier.system",
        "fixedUri": "http://electronichealth.se/identifier/hsa_id"
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "mustSupport": true
      },
      {
        "id": "Organization.address.city",
        "path": "Organization.address.city",
        "mustSupport": true
      }
    ]
  }
}